mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-28 17:07:16 +00:00
fix: try disabling this 30 second app cache for now
OOM conditions happening... maybe this will fix it
This commit is contained in:
@@ -366,9 +366,9 @@ async function refresh_associations_cache(){
|
||||
|
||||
if ( app === null ) return null;
|
||||
|
||||
kv.set(`apps:uid:${app.uid}`, app, { EX: 30 });
|
||||
kv.set(`apps:name:${app.name}`, app, { EX: 30 });
|
||||
kv.set(`apps:id:${app.id}`, app, { EX: 30 });
|
||||
// kv.set(`apps:uid:${app.uid}`, app, { EX: 30 });
|
||||
// kv.set(`apps:name:${app.name}`, app, { EX: 30 });
|
||||
// kv.set(`apps:id:${app.id}`, app, { EX: 30 });
|
||||
|
||||
// shallow clone because we use the `delete` operator
|
||||
// and it corrupts the cache otherwise
|
||||
|
||||
Reference in New Issue
Block a user