Commit 97e9949
fix(save): autosave only every ten seconds
Abort autosave if another save is still under way.
We observed save requests taking up to 30 seconds.
In this timespan autosave requests would still be processed
as the lastSavedTime in the database has not been updated yet.
Signed-off-by: Max <max@nextcloud.com>1 parent 97d1d61 commit 97e9949
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
388 | 393 | | |
389 | 394 | | |
390 | 395 | | |
| |||
0 commit comments