finished symbol info
This commit is contained in:
parent
5640444c47
commit
77bba31456
4 changed files with 73 additions and 54 deletions
|
|
@ -34,12 +34,13 @@ export const QM_CONFIG = {
|
|||
BASE_URL: 'https://app.quotemedia.com',
|
||||
SESSION_PATH: '/auth/g/authenticate/dataTool/v0/500',
|
||||
LOOKUP_URL: 'https://app.quotemedia.com/datatool/lookup.json',
|
||||
SYMBOL_URL: 'https://app.quotemedia.com/datatool/getProfiles.json',
|
||||
} as const;
|
||||
|
||||
// Session management settings
|
||||
export const SESSION_CONFIG = {
|
||||
MIN_SESSIONS: 10,
|
||||
MAX_SESSIONS: 10,
|
||||
MIN_SESSIONS: 2,
|
||||
MAX_SESSIONS: 2,
|
||||
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