1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-24 07:36:40 +02:00

decrease auto-update timeout

This commit is contained in:
antelle 2017-05-20 12:46:48 +02:00
parent 1e84c48213
commit 8f24cfff11

View File

@ -10,7 +10,7 @@ const Timeouts = {
DrobDownClickWait: 500,
RedrawInactiveWindow: 50,
PopupWaitTime: 1000,
AutoUpdatePluginsAfterStart: 1000
AutoUpdatePluginsAfterStart: 500
};
module.exports = Timeouts;