Send If-Modified-Since header on crawling and indexing
[phinde.git] / data / config.php.dist
index 7eb8ccfe71a2c070c1cf5acc51ad11bd395b3413..b4d7d5cdffd3e15a7ff0afb522ca929b2517ccc1 100644 (file)
@@ -13,5 +13,7 @@ $GLOBALS['phinde'] = array(
     'subscriptions' => array(
         'http://www.example.org/feed',
     ),
     'subscriptions' => array(
         'http://www.example.org/feed',
     ),
+    //time in seconds after which URLs may be re-indexed
+    'refreshtime' => 86400,
 );
 ?>
\ No newline at end of file
 );
 ?>
\ No newline at end of file