Increase migration conversion speed by a factor of 3x

pull/1/head
Daniel Gasienica 7 years ago
parent 82e2fe93a5
commit e4baf27fa7

@ -3,7 +3,7 @@
const EventEmitter = require('events');
const POLL_INTERVAL_MS = 15 * 1000;
const POLL_INTERVAL_MS = 5 * 1000;
const IDLE_THRESHOLD_MS = 20;
class IdleDetector extends EventEmitter {

Loading…
Cancel
Save