Skip to content

Commit

Permalink
Don't be silly
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
  • Loading branch information
bleggett committed Apr 18, 2024
1 parent c398d25 commit 513e07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl WorkloadHBONEPool {
max_streamcount: cfg.pool_max_streams_per_conn,
// the number here is simply the number of unique src/dest keys
// the pool is expected to track before the inner hashmap resizes.
connected_pool: Arc::new(pingora_pool::ConnectionPool::new(50000)),
connected_pool: Arc::new(pingora_pool::ConnectionPool::new(500)),
cfg,
socket_factory,
cert_manager,
Expand Down

0 comments on commit 513e07d

Please sign in to comment.