Skip to content

Commit 3e7dc67

Browse files
authored
30min interval
1 parent 83d5515 commit 3e7dc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Server extends EventEmitter {
3939

4040
this.intervalMs = opts.interval
4141
? opts.interval
42-
: 10 * 60 * 1000 // 10 min
42+
: 30 * 60 * 1000 // 10 min
4343

4444
this._trustProxy = !!opts.trustProxy
4545
if (typeof opts.filter === 'function') this._filter = opts.filter

0 commit comments

Comments
 (0)