Do not page people from GC

Currently metadata often times out, which is OK, but is too noisy
on xmon.
This commit is contained in:
Francesco Mazzoli
2024-01-16 16:39:03 +00:00
parent f5ed515776
commit e1eff3a073
+1 -1
View File
@@ -124,7 +124,7 @@ func main() {
level = lib.TRACE
}
log := lib.NewLogger(logOut, &lib.LoggerOptions{Level: level, Syslog: *syslog, Xmon: *xmon, AppType: "restech_eggsfs.daytime", AppInstance: *appInstance})
log := lib.NewLogger(logOut, &lib.LoggerOptions{Level: level, Syslog: *syslog, Xmon: *xmon, AppType: "restech_eggsfs.never", AppInstance: *appInstance})
if *mtu != 0 {
lib.SetMTU(*mtu)