mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 11:56:39 +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 {
|
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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue