Commit e3ffe9ea69a43e1891648add54dc3cc7f2e6a15f

Authored by Adhidarma Hadiwinoto
1 parent e07d18058f
Exists in master

INTERVAL_BEETWEN_SIGNAL_STRENGTH_MS 30 seconds

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -15,7 +15,7 @@
15 15 "listen_port": "2110"
16 16 },
17 17  
18   - "interval_beetwen_signal_strength_ms": 60000,
  18 + "interval_beetwen_signal_strength_ms": 30000,
19 19 "sleep_after_send_sms_ms": 2000,
20 20 "disable_delete_inbox_on_startup": false
21 21 }
22 22 \ No newline at end of file
1 1 'use strict';
2 2  
3 3 const DEFAULT_SLEEP_AFTER_SEND_SMS_MS = 2000;
4   -const INTERVAL_BEETWEN_SIGNAL_STRENGTH_MS = 60000;
  4 +const INTERVAL_BEETWEN_SIGNAL_STRENGTH_MS = 30000;
5 5 const MAX_LAST_DATA_AGE_MS = 3 * 60 * 1000;
6 6 const REGEX_WAIT_FOR_OK_OR_ERROR = /\n(?:OK|ERROR)\r/;
7 7 // const REGEX_WAIT_FOR_OK_OR_ERROR_USSD = /\n(?:OK|ERROR)\r/;