Skip to content

Commit

Permalink
chore: remove constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Nov 11, 2023
1 parent 7145cff commit f46cbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchbase/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func (s *client) DcpConnect() error {
UseExpiryOpcode: true,
},
KVConfig: gocbcore.KVConfig{
ConnectionBufferSize: uint(helpers.ResolveUnionIntOrStringValue("20mb")),
ConnectionBufferSize: uint(helpers.ResolveUnionIntOrStringValue(s.config.Dcp.ConnectionBufferSize)),
},
}

Expand Down

0 comments on commit f46cbc7

Please sign in to comment.