mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
Increase plaintext queue size from 32 to 512
In testing we were sometimes hitting a full queue error, which makes sense because the queue size seems really small. Increase it to 512.
This commit is contained in:
parent
78cc466bf2
commit
e47d3098ac
@ -27,7 +27,7 @@ namespace llarp
|
|||||||
return pkt;
|
return pkt;
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr size_t PlaintextQueueSize = 32;
|
constexpr size_t PlaintextQueueSize = 512;
|
||||||
|
|
||||||
Session::Session(LinkLayer* p, const RouterContact& rc, const AddressInfo& ai)
|
Session::Session(LinkLayer* p, const RouterContact& rc, const AddressInfo& ai)
|
||||||
: m_State{State::Initial}
|
: m_State{State::Initial}
|
||||||
|
Loading…
Reference in New Issue
Block a user