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.
This commit is contained in:
Dan Stillman 2017-07-09 23:29:24 -04:00
parent 32dedc6fb4
commit 3272387afe

View file

@ -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.