commit 3272387afe2731d1e5df1d9edf9798c8c4741a44
parent 32dedc6fb4ae091fdc2c1e863e6a1b643909056c
Author: Dan Stillman <dstillman@zotero.org>
Date: Sun, 9 Jul 2017 23:29:24 -0400
Increase snapshot save timeout to 30 seconds
We should maybe have a shorter timeout in the connector to show an error
and avoid showing the save-to-server dialog, but let's err on the side
of not cancelling saves.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/utilities_internal.js b/chrome/content/zotero/xpcom/utilities_internal.js
@@ -30,7 +30,7 @@
* @class Utility functions not made available to translators
*/
Zotero.Utilities.Internal = {
- SNAPSHOT_SAVE_TIMEOUT: 15000,
+ SNAPSHOT_SAVE_TIMEOUT: 30000,
/**
* Run a function on chunks of a given size of an array's elements.