We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905e35c commit 195ec65Copy full SHA for 195ec65
src/config.ts
@@ -9,7 +9,7 @@ export const APP_CONFIG = {
9
MAX_REQUESTS_PER_INTERVAL: 30, // no more than 30 requests
10
INTERVAL_MS: 15000, // in a span of 15 seconds
11
MAX_RETRIES: 3, // max retries for failed fetches
12
- RETRY_DELAY: 2000, // multiplied by retry attempt number
+ RETRY_DELAY: 1000, // multiplied by retry attempt number
13
// how often to warm the cache, should be shorter than the cache TTL
14
- ALARM_INTERVAL_MS: 180000, // 3 minutes
+ ALARM_INTERVAL_MS: 300000, // 5 minutes
15
};
0 commit comments