about to start
This commit is contained in:
parent
11eb470e5f
commit
133f37e755
3 changed files with 14 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue