Increase attachment migration conversion speed (#2314)

This commit is contained in:
Daniel Gasienica 2018-04-30 16:51:39 -04:00 committed by GitHub
commit aee84f0783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {