From 182faf2696b38502d4784efc3f84f2f00290343f Mon Sep 17 00:00:00 2001 From: Maryana Rozhankivska Date: Wed, 2 Apr 2014 20:55:19 +0300 Subject: import without cron --- inc/poche/config.inc.php.new | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'inc/poche/config.inc.php.new') 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'); define ('PAGINATION', '10'); -define ('POCKET_FILE', '/ril_export.html'); -define ('READABILITY_FILE', '/readability'); -define ('INSTAPAPER_FILE', '/instapaper-export.html'); -define ('POCHE_FILE', '/poche-export'); - -define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE); -define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE); -define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE); -define ('IMPORT_POCHE_FILE', ROOT . POCHE_FILE); \ No newline at end of file +//limit for download of articles during import +define ('IMPORT_LIMIT', 5); +//delay between downloads (in sec) +define ('IMPORT_DELAY', 5); + -- cgit v1.2.3