diff --git a/public/scripts/power-user.js b/public/scripts/power-user.js index d27d62c31..570ddc655 100644 --- a/public/scripts/power-user.js +++ b/public/scripts/power-user.js @@ -71,8 +71,8 @@ export { export const MAX_CONTEXT_DEFAULT = 8192; export const MAX_RESPONSE_DEFAULT = 2048; -const MAX_CONTEXT_UNLOCKED = 200 * 1024; -const MAX_RESPONSE_UNLOCKED = 32 * 1024; +const MAX_CONTEXT_UNLOCKED = 512 * 1024; +const MAX_RESPONSE_UNLOCKED = 64 * 1024; const unlockedMaxContextStep = 512; const maxContextMin = 512; const maxContextStep = 64;