mirror of
https://github.com/monero-project/monero.git
synced 2025-01-24 23:26:39 -05: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
@ -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 New Issue
Block a user