From 3272387afe2731d1e5df1d9edf9798c8c4741a44 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 9 Jul 2017 23:29:24 -0400 Subject: [PATCH] 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. --- chrome/content/zotero/xpcom/utilities_internal.js | 2 +- 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 index 82e2b0771..d51f1db64 100644 --- 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.