diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-08-29 20:30:45 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-08-29 20:30:45 +0200 |
| commit | 90d2e0f8c2a80f4d5db5ae20248337d3a0594411 (patch) | |
| tree | 88b04450c9ef821399feb57f89c8b753a22c615a /data | |
| parent | 197c95e9b9805206306100415c54702bb5d9f2ce (diff) | |
| download | phinde-90d2e0f8c2a80f4d5db5ae20248337d3a0594411.tar.gz phinde-90d2e0f8c2a80f4d5db5ae20248337d3a0594411.zip | |
Send If-Modified-Since header on crawling and indexing
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.php.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/config.php.dist b/data/config.php.dist index 7eb8ccf..b4d7d5c 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -13,5 +13,7 @@ $GLOBALS['phinde'] = array( '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 |
