mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Move shallow toggle to config.yaml
This commit is contained in:
@@ -96,6 +96,11 @@ const keyMigrationMap = [
|
||||
newKey: 'logging.minLogLevel',
|
||||
migrate: (value) => value,
|
||||
},
|
||||
{
|
||||
oldKey: 'cardsCacheCapacity',
|
||||
newKey: 'performance.cardsCacheCapacity',
|
||||
migrate: (value) => value,
|
||||
},
|
||||
// uncomment one release after 1.12.13
|
||||
/*
|
||||
{
|
||||
|
Reference in New Issue
Block a user