mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 17:41:01 +00:00
Merge pull request #785 from wallabag/change-default-pagination
change default pagination, set it to 12, to have a nice baggy display
This commit is contained in:
commit
78abff6a52
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
@define ('LOCALE', ROOT . '/locale');
|
@define ('LOCALE', ROOT . '/locale');
|
||||||
@define ('CACHE', ROOT . '/cache');
|
@define ('CACHE', ROOT . '/cache');
|
||||||
|
|
||||||
@define ('PAGINATION', '10');
|
@define ('PAGINATION', '12');
|
||||||
|
|
||||||
//limit for download of articles during import
|
//limit for download of articles during import
|
||||||
@define ('IMPORT_LIMIT', 5);
|
@define ('IMPORT_LIMIT', 5);
|
||||||
|
|
Loading…
Reference in a new issue