From a98aceb6274f2f2df2820ecb3c1aacb4f91f2468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Sat, 6 Sep 2025 21:39:47 +0800 Subject: [PATCH] Cache for 24h since it's a static resources --- api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" );