Raise slider limits

This commit is contained in:
Cohee
2023-11-28 11:48:34 +02:00
parent 5dd6665505
commit 91f369c921
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ export {
};
export const MAX_CONTEXT_DEFAULT = 8192;
const MAX_CONTEXT_UNLOCKED = 65536;
const MAX_CONTEXT_UNLOCKED = 200 * 1000;
const unlockedMaxContextStep = 256;
const maxContextMin = 512;
const maxContextStep = 64;