Increase migration conversion speed by a factor of 3x
This commit is contained in:
parent
82e2fe93a5
commit
e4baf27fa7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
const EventEmitter = require('events');
|
const EventEmitter = require('events');
|
||||||
|
|
||||||
|
|
||||||
const POLL_INTERVAL_MS = 15 * 1000;
|
const POLL_INTERVAL_MS = 5 * 1000;
|
||||||
const IDLE_THRESHOLD_MS = 20;
|
const IDLE_THRESHOLD_MS = 20;
|
||||||
|
|
||||||
class IdleDetector extends EventEmitter {
|
class IdleDetector extends EventEmitter {
|
||||||
|
|
Loading…
Add table
Reference in a new issue