diff --git a/api.js b/api.js index 569bbf4..40ea352 100644 --- a/api.js +++ b/api.js @@ -132,7 +132,7 @@ BotanJS.prototype.compile = function( type ) Dragonfly.Debug( "Storing " + _trim( ch ) + " to fastcache[ " + fastCache.id + " ]" ); - fastCache.spawn( 10 ); + fastCache.spawn( 86400 ); fastCache.set({ type: ch }); if( res.statusCode != 200 )