1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 16:23:14 +02:00

Added keeplogs directive to options block in new config.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1719 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2008-11-15 20:38:50 +00:00
parent 372c9add36
commit f3bb3064d2
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -341,6 +341,16 @@ options {
* above for performance impacts if you do this.
*/
timeoutcheck = 3s
/*
* Set the number of days log files are kept. If you don't give it, or if you
* set it to 0, logs will be kept indefinitely.
*
* NOTE: Services must run 24 hours a day for this feature to work.
*
* This directive is optional, but recommended.
*/
keeplogs = 7
}
/*