about to start

This commit is contained in:
Boki 2025-06-29 14:22:38 -04:00
parent 11eb470e5f
commit 133f37e755
3 changed files with 14 additions and 16 deletions

View file

@ -42,8 +42,8 @@ export const QM_CONFIG = {
// Session management settings
export const SESSION_CONFIG = {
MIN_SESSIONS: 2,
MAX_SESSIONS: 2,
MIN_SESSIONS: 100,
MAX_SESSIONS: 100,
MAX_FAILED_CALLS: 3,
SESSION_TIMEOUT: 5000, // 10 seconds
API_TIMEOUT: 30000, // 15 seconds