forked from MapComplete/MapComplete
Upload data less aggressively
This commit is contained in:
parent
b7798a470c
commit
0ef73c1c74
2 changed files with 1 additions and 33 deletions
|
@ -22,7 +22,7 @@ export default class Constants {
|
|||
* Used by 'PendingChangesUploader', which waits this amount of seconds to upload changes.
|
||||
* (Note that pendingChanges might upload sooner if the popup is closed or similar)
|
||||
*/
|
||||
static updateTimeoutSec: number = 30;
|
||||
static updateTimeoutSec: number = 180;
|
||||
|
||||
private static isRetina(): boolean {
|
||||
if (Utils.runningFromConsole) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue