Increase attachment migration conversion speed (#2314)

pull/1/head
Daniel Gasienica 7 years ago committed by GitHub
commit aee84f0783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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