We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d5515 commit 3e7dc67Copy full SHA for 3e7dc67
server.js
@@ -39,7 +39,7 @@ class Server extends EventEmitter {
39
40
this.intervalMs = opts.interval
41
? opts.interval
42
- : 10 * 60 * 1000 // 10 min
+ : 30 * 60 * 1000 // 10 min
43
44
this._trustProxy = !!opts.trustProxy
45
if (typeof opts.filter === 'function') this._filter = opts.filter
0 commit comments