Increase attachment migration conversion speed (#2314)

This commit is contained in:
Daniel Gasienica
2018-04-30 16:51:39 -04:00
committed by GitHub

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 {