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:
parent
32dedc6fb4
commit
3272387afe
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue