Skip to content

Commit

Permalink
- update defaultUpdatesChanCap from 64 to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
negasus committed Aug 14, 2023
1 parent 2d08a92 commit b503429
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.7.14 (2023-08-14)

- update `defaultUpdatesChanCap` from 64 to 1024

## v0.7.13 (2023-06-14)

- revert `v0.7.7` changes
Expand Down
2 changes: 1 addition & 1 deletion bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

const (
defaultPollTimeout = time.Minute
defaultUpdatesChanCap = 64
defaultUpdatesChanCap = 1024
defaultCheckInitTimeout = time.Second * 5
)

Expand Down

0 comments on commit b503429

Please sign in to comment.