This commit is contained in:
0xdcarns 2022-02-03 09:51:58 -05:00
parent 06e2603c20
commit 11a094535f

View file

@ -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 {