diff options
author | tcitworld <tcit@tcit.fr> | 2014-05-20 11:46:05 +0200 |
---|---|---|
committer | tcitworld <tcit@tcit.fr> | 2014-05-20 11:46:05 +0200 |
commit | 38eecef26ba33a052475c52dead699e434b2362a (patch) | |
tree | 56ea2b3967ade1b349d00234b4b9dfce13d345b3 /inc/poche | |
parent | 99408dfcf37303bc3550713b835c3e9c16966573 (diff) | |
download | wallabag-38eecef26ba33a052475c52dead699e434b2362a.tar.gz wallabag-38eecef26ba33a052475c52dead699e434b2362a.tar.zst wallabag-38eecef26ba33a052475c52dead699e434b2362a.zip |
Added info for DOWNLOAD_PICTURES
We regenerate pictures, it might take some time
Diffstat (limited to 'inc/poche')
-rwxr-xr-x | inc/poche/config.inc.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index 6e25b2f7..ffcd205d 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php | |||
@@ -30,7 +30,7 @@ | |||
30 | 30 | ||
31 | @define ('MODE_DEMO', FALSE); | 31 | @define ('MODE_DEMO', FALSE); |
32 | @define ('DEBUG_POCHE', FALSE); | 32 | @define ('DEBUG_POCHE', FALSE); |
33 | @define ('DOWNLOAD_PICTURES', FALSE); | 33 | @define ('DOWNLOAD_PICTURES', FALSE); # This can slow down the process of adding articles |
34 | @define ('REGENERATE_PICTURES_QUALITY', 75); | 34 | @define ('REGENERATE_PICTURES_QUALITY', 75); |
35 | @define ('CONVERT_LINKS_FOOTNOTES', FALSE); | 35 | @define ('CONVERT_LINKS_FOOTNOTES', FALSE); |
36 | @define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); | 36 | @define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); |