aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-08-21 16:24:13 +0200
committerThomas Citharel <tcit@tcit.fr>2014-08-21 16:24:13 +0200
commit45e60cb52a132917463bb45d1f1b41fc671ca659 (patch)
treeecc379d37a97de6b36c71bd5af2904befffea939 /inc/poche/config.inc.default.php
parent1daa8e4a0f6e5afdd20ec307a28b02b1e30b0d70 (diff)
parent051f7fb28c312519419f41025c9a83b6befb91bc (diff)
downloadwallabag-45e60cb52a132917463bb45d1f1b41fc671ca659.tar.gz
wallabag-45e60cb52a132917463bb45d1f1b41fc671ca659.tar.zst
wallabag-45e60cb52a132917463bb45d1f1b41fc671ca659.zip
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-xinc/poche/config.inc.default.php2
1 files changed, 1 insertions, 1 deletions
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 @@
59@define ('LOCALE', ROOT . '/locale'); 59@define ('LOCALE', ROOT . '/locale');
60@define ('CACHE', ROOT . '/cache'); 60@define ('CACHE', ROOT . '/cache');
61 61
62@define ('PAGINATION', '10'); 62@define ('PAGINATION', '12');
63 63
64//limit for download of articles during import 64//limit for download of articles during import
65@define ('IMPORT_LIMIT', 5); 65@define ('IMPORT_LIMIT', 5);