Move shallow toggle to config.yaml

This commit is contained in:
Cohee
2025-03-04 23:32:42 +02:00
parent 383806325a
commit 3d813e4ef6
7 changed files with 21 additions and 24 deletions

View File

@@ -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
/*
{