Forgot session also has a ttl

This commit is contained in:
2025-09-06 22:00:00 +08:00
parent a98aceb627
commit 4b280b4c5c

2
api.js
View File

@@ -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 )