Increase migration conversion speed by a factor of 3x

This commit is contained in:
Daniel Gasienica 2018-04-30 16:32:57 -04:00
parent 82e2fe93a5
commit e4baf27fa7
1 changed files with 1 additions and 1 deletions

View File

@ -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 {