From de05996aaa26875419ee89593a7cabc9d2172dbb Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 27 Nov 2015 21:46:33 +0100 Subject: bump update error limit to 50 --- templates/part.navigation.feed.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php index aaf2c62de..eb0f4aa94 100644 --- a/templates/part.navigation.feed.php +++ b/templates/part.navigation.feed.php @@ -1,7 +1,7 @@
  • 10" + || feed.updateErrorCount>50" data-id="{{ feed.id }}" class="feed with-counter with-menu animate-show" news-draggable-disable="{{ @@ -33,7 +33,7 @@ ng-href="#/items/feeds/{{ feed.id }}/" class="title" ng-class="{'icon-rss': !feed.faviconLink}" - title="{{ feed.updateErrorCount > 10 ? 't('Feed failed to update more than 10 times')); ?>: ' + feed.lastUpdateError : feed.title }}"> + title="{{ feed.updateErrorCount>50 ? 't('Update failed more than 50 times')); ?>: ' + feed.lastUpdateError : feed.title }}"> {{ feed.title }} -- cgit v1.2.3