Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit f7a2888

Browse files
committed
Reduce default polling rate to 1 second
1 parent 3c4621d commit f7a2888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @fileOverview this file is used to hardcode default settings for the app.
33
*/
44

5-
module.exports.RETRY_DELAY = 3000;
5+
module.exports.RETRY_DELAY = 1000;
66
module.exports.LND_INIT_DELAY = 5000;
77
module.exports.NOTIFICATION_DELAY = 5000;
88
module.exports.RATE_DELAY = 15 * 60 * 1000;

0 commit comments

Comments
 (0)