mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-22 15:07:42 +01:00
Disable TTL on user accounts.
The biggest skill issue so far.
This commit is contained in:
parent
57314443ed
commit
f947c1304a
@ -336,7 +336,7 @@ async function initUserStorage(dataRoot) {
|
||||
console.log();
|
||||
await storage.init({
|
||||
dir: path.join(DATA_ROOT, '_storage'),
|
||||
ttl: true,
|
||||
ttl: false, // Never expire
|
||||
});
|
||||
|
||||
const keys = await getAllUserHandles();
|
||||
|
Loading…
x
Reference in New Issue
Block a user