summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
Diffstat (limited to 'read.html')
-rw-r--r--read.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.html b/read.html
index b26947e..365a64a 100644
--- a/read.html
+++ b/read.html
@@ -640,7 +640,7 @@
$("#page_pct").html(pct + "%");
}
- if (_store_position && new Date().getTime()/1000 - _last_position_sync > 60) {
+ if (_store_position && new Date().getTime()/1000 - _last_position_sync > 15) {
console.log("storing lastread");
var currentCfi = book.getCurrentLocationCfi();