0xdcarns 3 년 전
부모
커밋
11a094535f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {
 		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 {