diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-01-08 11:38:55 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-01-08 11:38:55 +0100 |
commit | 70288656715d2fe4c2c33598124ae48f7bca9cdf (patch) | |
tree | 6452c9a7cbe78e62f3ede3b5daa6180de764d9f3 /doc/examples | |
parent | d731f9c574138a9cb31c586a8f1e7d7181a44456 (diff) |
* methods/mirror.cc:
- implemented simple Clean() implementation based on the time of
the last access for a mirror file
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index cb20d767b..81bb6b3b0 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -164,6 +164,8 @@ Acquire mirror { RefreshInterval "360"; // refresh interval in minutes + MaxAge "90"; // max age for a mirror file in days before + // it gets deleted }; }; |