fix: improve the UI for set the limit token for the user

This commit is contained in:
2026-07-18 16:03:34 +07:00
parent 8f6e57dfc6
commit 21532e0f00
10 changed files with 239 additions and 48 deletions
+2 -1
View File
@@ -27,4 +27,5 @@ export const USER_TOKEN_LIMIT_WINDOW_CONFIG = Object.freeze({
}),
});
export const USER_TOKEN_LIMIT_SESSION_MS = 5 * 60 * 60 * 1000;
export const USER_TOKEN_LIMIT_SESSION_MS = 5 * 60 * 60 * 1000;
export const USER_TOKEN_LIMIT_WEEKLY_MS = 7 * 24 * 60 * 60 * 1000;