0xdcarns 3 years ago
parent
commit
11a094535f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netclient/functions/daemon.go

+ 1 - 1
netclient/functions/daemon.go

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