Skip to content

Commit

Permalink
contrib: change default value of epee::serialization to fix limitation
Browse files Browse the repository at this point in the history
Co-authored-by: Boog900 <[email protected]>
  • Loading branch information
0xFFFC0000 committed Aug 13, 2024
1 parent caa62bc commit bcc2265
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/epee/include/storages/levin_abstract_invoke2.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ void on_levin_traffic(const context_t &context, bool initiator, bool sent, bool
namespace
{
static const constexpr epee::serialization::portable_storage::limits_t default_levin_limits = {
8192, // objects
16384, // fields
16384, // strings
65536, // objects
65536, // fields
65536, // strings
};
}

Expand Down

0 comments on commit bcc2265

Please sign in to comment.