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
|
@ -30,7 +30,7 @@
|
||||||
* @class Utility functions not made available to translators
|
* @class Utility functions not made available to translators
|
||||||
*/
|
*/
|
||||||
Zotero.Utilities.Internal = {
|
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.
|
* Run a function on chunks of a given size of an array's elements.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user