Update interval
This commit is contained in:
parent
95e1b80f41
commit
7bad9db32e
|
@ -4,7 +4,7 @@ import { deliverQueue, inboxQueue } from '../queue';
|
|||
|
||||
const ev = new Xev();
|
||||
|
||||
const interval = 2000;
|
||||
const interval = 3000;
|
||||
|
||||
/**
|
||||
* Report queue stats regularly
|
||||
|
|
Loading…
Reference in New Issue