Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-08-01 17:16:44 +0300
committerJulius Härtl <jus@bitgrid.net>2019-08-06 11:05:46 +0300
commitdb39d359d9808b003359bfbb149fe5dbd61c7a32 (patch)
treeeeb9787e00872caebc827202031cf64ea6bc5a6d /lib
parent5458e8230720311a5780c7e942ec49521288479c (diff)
Adjust autosave delay
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/DocumentService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/DocumentService.php b/lib/Service/DocumentService.php
index 31dcb6910..2b2bd6064 100644
--- a/lib/Service/DocumentService.php
+++ b/lib/Service/DocumentService.php
@@ -59,7 +59,7 @@ class DocumentService {
/**
* Delay to wait for between autosave versions
*/
- public const AUTOSAVE_MINIMUM_DELAY = 60;
+ public const AUTOSAVE_MINIMUM_DELAY = 10;
/**
* @var string|null