From af7b22a3be35fff69b877ff68f9a12b1b73b421e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 19 Sep 2019 14:23:06 +0200 Subject: Fixed default value for reading speed --- app/config/wallabag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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: theme: material language: '%locale%' rss_limit: 50 - reading_speed: 1 + reading_speed: 200 cache_lifetime: 10 action_mark_as_read: 1 list_mode: 0 -- cgit v1.2.3