TC: Increased unlocked response to 32k

68b5be063ffa5281aa5968672865a7af3157e8d9

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/power-user.js+1 -1
@@ -71,7 +71,7 @@ export {
7171export const MAX_CONTEXT_DEFAULT = 8192;
7272export const MAX_RESPONSE_DEFAULT = 2048;
7373const MAX_CONTEXT_UNLOCKED = 200 * 1024;
7474const MAX_RESPONSE_UNLOCKED = 1632 * 1024;
7575const unlockedMaxContextStep = 512;
7676const maxContextMin = 512;
7777const maxContextStep = 64;