Skip to content

Commit

Permalink
increase limit number of active goroutines in this group
Browse files Browse the repository at this point in the history
  • Loading branch information
fffilimonov authored Apr 27, 2024
1 parent fd7049d commit 58dd466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
const (
DefaultPort = 3500

DefaultDatabaseEventsBufferSize = 128
DefaultDatabaseEventsBufferSize = 1024
RebroadcastingInterval = 30 * time.Second

cleanupExpiredRecordsInterval = 1 * time.Second
Expand Down

0 comments on commit 58dd466

Please sign in to comment.