disabled some of the qm things for testing
This commit is contained in:
parent
06c65d6c2c
commit
710577eb3d
4 changed files with 14 additions and 14 deletions
|
|
@ -42,7 +42,7 @@ export const QM_CONFIG = {
|
|||
|
||||
// Session management settings
|
||||
export const SESSION_CONFIG = {
|
||||
MAX_SESSIONS: 100,
|
||||
MAX_SESSIONS: 5,
|
||||
MAX_FAILED_CALLS: 5,
|
||||
SESSION_TIMEOUT: 5000, // 10 seconds
|
||||
API_TIMEOUT: 30000, // 15 seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue