diff options
Diffstat (limited to 'inc/poche/config.inc.php.new')
-rwxr-xr-x | inc/poche/config.inc.php.new | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/inc/poche/config.inc.php.new b/inc/poche/config.inc.php.new index 8d52497b..83b3c4c0 100755 --- a/inc/poche/config.inc.php.new +++ b/inc/poche/config.inc.php.new | |||
@@ -52,12 +52,8 @@ define ('CACHE', ROOT . '/cache'); | |||
52 | 52 | ||
53 | define ('PAGINATION', '10'); | 53 | define ('PAGINATION', '10'); |
54 | 54 | ||
55 | define ('POCKET_FILE', '/ril_export.html'); | 55 | //limit for download of articles during import |
56 | define ('READABILITY_FILE', '/readability'); | 56 | define ('IMPORT_LIMIT', 5); |
57 | define ('INSTAPAPER_FILE', '/instapaper-export.html'); | 57 | //delay between downloads (in sec) |
58 | define ('POCHE_FILE', '/poche-export'); | 58 | define ('IMPORT_DELAY', 5); |
59 | 59 | ||
60 | define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE); | ||
61 | define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE); | ||
62 | define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE); | ||
63 | define ('IMPORT_POCHE_FILE', ROOT . POCHE_FILE); \ No newline at end of file | ||