mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-03 18:35:01 +08:00
comment
This commit is contained in:
parent
06e2603c20
commit
11a094535f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue