mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Increase MAX_QUEUE_SIZE size to handle larger UNL
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
namespace read_req
|
||||
{
|
||||
constexpr uint16_t LOOP_WAIT = 100; // Milliseconds.
|
||||
constexpr uint16_t MAX_QUEUE_SIZE = 255; // Maximum read request queue size, The size passed is rounded up to the next multiple of the block size (32).
|
||||
constexpr uint16_t MAX_QUEUE_SIZE = 1024; // Maximum read request queue size, The size passed is rounded up to the next multiple of the block size (32).
|
||||
|
||||
bool is_shutting_down = false;
|
||||
bool init_success = false;
|
||||
@@ -240,4 +240,4 @@ namespace read_req
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace read_req
|
||||
} // namespace read_req
|
||||
|
||||
Reference in New Issue
Block a user