]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Added info for DOWNLOAD_PICTURES 703/head
authortcitworld <tcit@tcit.fr>
Tue, 20 May 2014 09:46:05 +0000 (11:46 +0200)
committertcitworld <tcit@tcit.fr>
Tue, 20 May 2014 09:46:05 +0000 (11:46 +0200)
We regenerate pictures, it might take some time

inc/poche/config.inc.default.php

index 6e25b2f7b7368af6cfbc9284e5bb2dc6e4c59a70..ffcd205d859d3b2cd4db64a68de5df140cd6abc4 100755 (executable)
@@ -30,7 +30,7 @@
 
 @define ('MODE_DEMO', FALSE);
 @define ('DEBUG_POCHE', FALSE);
-@define ('DOWNLOAD_PICTURES', FALSE);
+@define ('DOWNLOAD_PICTURES', FALSE); # This can slow down the process of adding articles
 @define ('REGENERATE_PICTURES_QUALITY', 75);
 @define ('CONVERT_LINKS_FOOTNOTES', FALSE);
 @define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE);