mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-23 15:37:50 +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();
|
console.log();
|
||||||
await storage.init({
|
await storage.init({
|
||||||
dir: path.join(DATA_ROOT, '_storage'),
|
dir: path.join(DATA_ROOT, '_storage'),
|
||||||
ttl: true,
|
ttl: false, // Never expire
|
||||||
});
|
});
|
||||||
|
|
||||||
const keys = await getAllUserHandles();
|
const keys = await getAllUserHandles();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user