This commit is contained in:
James Wells 2023-03-29 18:45:43 -07:00
parent 2b0975b30a
commit c95dcd0c69
Signed by: jwells
GPG key ID: 73196D10B8E65666

View file

@ -116,5 +116,4 @@ func sendAgent(wg *sync.WaitGroup, uuid string, connectString string, agent gstr
log.Printf("[DEBUG] Agent send status: %d\n", status)
mu.Unlock()
time.Sleep(10 * time.Second)
}