diff --git a/app/Caches/TaggedArticleList.php b/app/Caches/TaggedArticleList.php index 1c5c6df0..05640fff 100644 --- a/app/Caches/TaggedArticleList.php +++ b/app/Caches/TaggedArticleList.php @@ -13,7 +13,7 @@ use App\Repos\Article as ArticleRepo; class TaggedArticleList extends Cache { - protected $limit = 5; + protected $limit = 15; protected $lifetime = 3600; diff --git a/app/Caches/TaggedQuestionList.php b/app/Caches/TaggedQuestionList.php index f76a5b29..f6adb8b4 100644 --- a/app/Caches/TaggedQuestionList.php +++ b/app/Caches/TaggedQuestionList.php @@ -13,7 +13,7 @@ use App\Repos\Question as QuestionRepo; class TaggedQuestionList extends Cache { - protected $limit = 5; + protected $limit = 15; protected $lifetime = 3600; diff --git a/app/Http/Admin/Views/public/login.volt b/app/Http/Admin/Views/public/login.volt index df649e74..66c249d9 100644 --- a/app/Http/Admin/Views/public/login.volt +++ b/app/Http/Admin/Views/public/login.volt @@ -35,7 +35,7 @@