mirror of
https://github.com/monero-project/monero.git
synced 2025-01-21 18:24:37 +00:00
contrib: change default value of epee::serialization to fix limitation
Co-authored-by: Boog900 <boog900@tutanota.com>
This commit is contained in:
parent
caa62bc9ea
commit
13c5aa5ccb
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
131072, // fields
|
||||
65536, // strings
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue