diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-10-21 15:12:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-21 15:12:29 +0200 |
commit | 49dee2d2de63af36248e92ce740da2692358280e (patch) | |
tree | 01649e5e6fcfeadeb61cc56408a03658be85a69a /app | |
parent | 7180aaed45dce62e40620a9e4b202526ebd6a3bb (diff) | |
parent | f6798f69c3f3d6f4f8295f8168785ade6f1f125a (diff) | |
download | wallabag-49dee2d2de63af36248e92ce740da2692358280e.tar.gz wallabag-49dee2d2de63af36248e92ce740da2692358280e.tar.zst wallabag-49dee2d2de63af36248e92ce740da2692358280e.zip |
Merge pull request #2482 from wallabag/avoid-bad-refresh
If reload content failed, don’t update it
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 5127c8cf..a56cbdd9 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -50,6 +50,7 @@ wallabag_core: | |||
50 | rss_limit: 50 | 50 | rss_limit: 50 |
51 | reading_speed: 1 | 51 | reading_speed: 1 |
52 | cache_lifetime: 10 | 52 | cache_lifetime: 10 |
53 | fetching_error_message: "wallabag can't retrieve contents for this article. Please report this issue to us." | ||
53 | 54 | ||
54 | wallabag_user: | 55 | wallabag_user: |
55 | registration_enabled: "%fosuser_registration%" | 56 | registration_enabled: "%fosuser_registration%" |