Skip to content

Commit

Permalink
Switch default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Jan 31, 2025
1 parent 096e377 commit 5972bad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class RpcV2 < Seahorse::Client::Plugin

option(:protocol, 'smithy-rpc-v2-cbor')

option(:one_pass_serde, true, docstring: 'When true, use one pass serde which avoid intermediate hash use')
option(:one_pass_serde, false, docstring: 'When true, use one pass serde which avoid intermediate hash use')

handler(Aws::RpcV2::Handler)
handler(Aws::RpcV2::ContentTypeHandler, priority: 30)
Expand Down

0 comments on commit 5972bad

Please sign in to comment.