aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2019-09-19 14:23:06 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2019-09-19 14:23:06 +0200
commitaf7b22a3be35fff69b877ff68f9a12b1b73b421e (patch)
tree8cf99c118c54572e36fbdc4239539f63f5e81faf /app
parentc7fce40b448a730b8722bfe39b21aa91fb58201a (diff)
downloadwallabag-af7b22a3be35fff69b877ff68f9a12b1b73b421e.tar.gz
wallabag-af7b22a3be35fff69b877ff68f9a12b1b73b421e.tar.zst
wallabag-af7b22a3be35fff69b877ff68f9a12b1b73b421e.zip
Fixed default value for reading speed
Diffstat (limited to 'app')
-rw-r--r--app/config/wallabag.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml
index ea1cce12..f1ef0924 100644
--- a/app/config/wallabag.yml
+++ b/app/config/wallabag.yml
@@ -20,7 +20,7 @@ wallabag_core:
20 theme: material 20 theme: material
21 language: '%locale%' 21 language: '%locale%'
22 rss_limit: 50 22 rss_limit: 50
23 reading_speed: 1 23 reading_speed: 200
24 cache_lifetime: 10 24 cache_lifetime: 10
25 action_mark_as_read: 1 25 action_mark_as_read: 1
26 list_mode: 0 26 list_mode: 0