unrealircd

- supernets unrealircd source & configuration
git clone git://git.acid.vegas/unrealircd.git
Log | Files | Refs | Archive | README | LICENSE

commit f853b13ab5409e6118de3ba0b9ae71388a6c6b2d
parent 17c100d8f5834c4ebd93cfeef895ca95144582ef
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sun, 3 Apr 2022 11:32:25 -0400

Lowered error log size

Diffstat:
Mdoc/conf/unrealircd.hub.conf | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf/unrealircd.hub.conf b/doc/conf/unrealircd.hub.conf
@@ -18,7 +18,7 @@ link services.supernets.org {
 
 log {
 	source { error; fatal; warn; }
-	destination { file "ircd.log" { maxsize 10M; } }
+	destination { file "ircd.log" { maxsize 5M; } }
 }
 
 ulines { services.supernets.org; }