diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pingd.conf.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod index 0b46844..65fcfd8 100644 --- a/doc/pingd.conf.pod +++ b/doc/pingd.conf.pod @@ -398,6 +398,13 @@ After how long to expire files in the thesaurus directory. Default: 'expire_thesaurus' => 21*24*60*60, # 2 weeks Example: 'expire_thesaurus' => 7*24*60*60, # 1 week +=item B<expire_fromlines> [seconds] + +After how long to expire header From: lines. + + Default: 'expire_fromlines' => 5*24*60*60, # 5 days + Example: 'expire_fromlines' => 7*24*60*60, # 1 week + =item B<metadata_backup> [seconds] How often to make backups of metadata and rotate them. If gzip is set, backups |