diff --git a/netclient/functions/daemon.go b/netclient/functions/daemon.go index c83d692b..a6ed9769 100644 --- a/netclient/functions/daemon.go +++ b/netclient/functions/daemon.go @@ -126,7 +126,7 @@ func MessageQueue(ctx context.Context, network string) { if err != nil { ncutils.Log("could not stat config file: " + configPath) } - // speed up UDP + // speed up UDP rest if time.Now().After(fileInfo.ModTime().Add(time.Minute)) { sleepTime := 2 for {