Commit aed5668ab6908113544415c74d98109fee101af8

Authored by Adhidarma Hadiwinoto
1 parent 770100cf15
Exists in master

Change DEFAULT_CORE_REQUEST_TIMEOUT to 15s

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

1   -const DEFAULT_CORE_REQUEST_TIMEOUT = 5 * 1000;
  1 +const DEFAULT_CORE_REQUEST_TIMEOUT = 15 * 1000;
2 2 const DEFAULT_SLEEP_AFTER_CORE_ERROR_MS = 3000;
3 3 const MAX_REPORT_RETRY = 30;
4 4 const REPORT_RETRY_SLEEP_MS = 2000;