mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-05-13 07:40:48 -05:00
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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user