Skip to content

Commit 192162e

Browse files
committed
Fix: more time to finish long requests
1 parent c2243e1 commit 192162e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func main() {
4040
}
4141
go func(ctx context.Context) {
4242
for _, feed := range almFeeds {
43-
time.Sleep(time.Second * 1)
43+
time.Sleep(time.Second * 2)
4444
go ListenAlmanax(ctx, feed)
4545
}
4646
}(ctx)

0 commit comments

Comments
 (0)