fix(core): update
This commit is contained in:
parent
ab1e83b8bf
commit
952399c26e
@ -22,9 +22,11 @@ export class RegistryCache {
|
||||
}
|
||||
|
||||
public async cacheSmartFile (fileIdArg: string, smartfileArg: plugins.smartfile.Smartfile) {
|
||||
if (smartfileArg) {
|
||||
await this.levelCache.storeCacheEntryByKey(fileIdArg, new plugins.levelcache.CacheEntry({
|
||||
contents: Buffer.from(smartfileArg.foldToJson()),
|
||||
ttl: 60000
|
||||
}));
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user