Reduce threshold until optimization appears to 1s

This commit is contained in:
Daniel Gasienica 2018-03-23 09:42:15 -04:00
parent dede0f1e25
commit 4c10fcfa17

View file

@ -3,7 +3,7 @@
/* global i18n: false */
const OPTIMIZATION_MESSAGE_DISPLAY_THRESHOLD = 2000; // milliseconds
const OPTIMIZATION_MESSAGE_DISPLAY_THRESHOLD = 1000; // milliseconds
// type Canceler = () => Eff Unit
//