Skip to content

Commit

Permalink
fix(test): defaults changed again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Oct 25, 2023
1 parent d8de662 commit 623dc26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/integration/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ var (
"database": float64(0),
"host": nil,
"keepalive_backlog": nil,
"keepalive_pool_size": float64(256),
"keepalive_pool_size": float64(30),
"password": nil,
"port": nil,
"read_timeout": nil,
Expand Down Expand Up @@ -929,7 +929,7 @@ var (
"database": float64(0),
"host": nil,
"keepalive_backlog": nil,
"keepalive_pool_size": float64(256),
"keepalive_pool_size": float64(30),
"password": nil,
"port": nil,
"read_timeout": nil,
Expand Down Expand Up @@ -975,7 +975,7 @@ var (
"database": float64(0),
"host": nil,
"keepalive_backlog": nil,
"keepalive_pool_size": float64(256),
"keepalive_pool_size": float64(30),
"password": nil,
"port": nil,
"read_timeout": nil,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ consumer_groups:
database: 0
host: null
keepalive_backlog: null
keepalive_pool_size: 256
keepalive_pool_size: 30
password: null
port: null
read_timeout: null
Expand Down

0 comments on commit 623dc26

Please sign in to comment.