Update comment.

pull/166/head
Christopher Young 2015-12-26 17:47:29 -05:00
rodzic cc418aa797
commit e23ce3f25d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -321,8 +321,8 @@ func sdrWatcher() {
// UAT specific handling
// Shutdown UAT for 30 seconds, check every 60 seconds if the count is 0.
if time.Since(lastUATCheck) >= 1 * time.Minute {
// Shutdown UAT for 50 seconds, check every 60 seconds if the count is 0.
if time.Since(lastUATCheck) >= 1*time.Minute {
if UATDev != nil && globalStatus.UAT_messages_last_minute == 0 {
log.Printf("Pausing UAT listening for 50 seconds - none received.\n")
UATDev.shutdown()