made the mechanism resilient enough to detect stalled data

This commit is contained in:
2026-09-16 14:36:04 +01:00
parent 67b9cf617c
commit ec2ed17f43
4 changed files with 54 additions and 15 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func main() {
}
defer sdk.Close()
ticker := time.NewTicker(time.Second / 60)
ticker := time.NewTicker(time.Second)
defer ticker.Stop()
for {