mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
8 lines
150 B
C++
8 lines
150 B
C++
|
#pragma once
|
||
|
|
||
|
namespace llarp
|
||
|
{
|
||
|
/// default queue length for logic jobs
|
||
|
constexpr std::size_t event_loop_queue_size = 1024;
|
||
|
} // namespace llarp
|