diff --git a/api.js b/api.js index baa1ef4..569bbf4 100644 --- a/api.js +++ b/api.js @@ -154,7 +154,7 @@ BotanJS.prototype.compile = function( type ) if( k ) { Dragonfly.Debug( "FastCache: " + k ); - fCache.expire( 30 ); + fCache.expire( 86400 ); _self.storeForRender( rainet, type, k ); _self.emit( "complete" );