From: Nicolas LÅ“uillet Date: Mon, 18 Aug 2014 12:40:17 +0000 (+0200) Subject: Merge pull request #785 from wallabag/change-default-pagination X-Git-Tag: 1.8.0^2~20^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=78abff6a5221e9e3d498c06266d408ecd57d04ef;hp=70549136ba0ba5692448a079b6911cf8bb52cbee;p=github%2Fwallabag%2Fwallabag.git Merge pull request #785 from wallabag/change-default-pagination change default pagination, set it to 12, to have a nice baggy display --- diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index 6f03af18..2a458544 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php @@ -59,7 +59,7 @@ @define ('LOCALE', ROOT . '/locale'); @define ('CACHE', ROOT . '/cache'); -@define ('PAGINATION', '10'); +@define ('PAGINATION', '12'); //limit for download of articles during import @define ('IMPORT_LIMIT', 5);