Skip to content

Commit

Permalink
Refs #21537. Extend parameter size to 64K.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany committed Sep 11, 2024
1 parent 66a2c44 commit 030f4d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2196,7 +2196,7 @@ TEST(BuiltinDataSerializationTests, deserialization_of_big_parameters)
constexpr size_t guid_length = 20;
constexpr size_t topic_name_length = 16;
constexpr size_t type_name_length = 16;
constexpr size_t parameter_length = 1024;
constexpr size_t parameter_length = 65536;
constexpr size_t sentinel_length = 4;
constexpr size_t total_length =
encapsulation_length + // encapsulation
Expand Down

0 comments on commit 030f4d4

Please sign in to comment.