Skip to content

Commit

Permalink
feat: increase worker count
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Aug 28, 2024
1 parent 6f8e22d commit 193f658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/dal/hub/hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Hub struct {

const (
MAX_CONNECTIONS = 10
WORKER_COUNT = 20
WORKER_COUNT = 100
CleanupInterval = time.Hour
)

Expand Down

0 comments on commit 193f658

Please sign in to comment.