mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Reduce threshold until optimization appears to 1s
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user