Skip to content

Commit

Permalink
Update streampool queue size
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrakhman committed Aug 12, 2024
1 parent e872b23 commit 7205d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ func (c Config) GetQuic() quic.Config {

func (c Config) GetStreamConfig() streampool.StreamConfig {
return streampool.StreamConfig{
SendQueueSize: 100,
SendQueueSize: 300,
DialQueueWorkers: 4,
DialQueueSize: 1000,
DialQueueSize: 100,
}
}

0 comments on commit 7205d76

Please sign in to comment.