mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
style: Update pre-commit hooks (#2968)
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b9ee5187b6
commit
a4d6caf8a7
@@ -49,7 +49,8 @@ struct RPCWorkQueueTestBase : public virtual ::testing::Test {
|
||||
|
||||
RPCWorkQueueTestBase(uint32_t workers, uint32_t maxQueueSize)
|
||||
: cfg{
|
||||
{"server.max_queue_size", ConfigValue{ConfigType::Integer}.defaultValue(maxQueueSize)},
|
||||
{"server.max_queue_size",
|
||||
ConfigValue{ConfigType::Integer}.defaultValue(maxQueueSize)},
|
||||
{"workers", ConfigValue{ConfigType::Integer}.defaultValue(workers)},
|
||||
}
|
||||
, queue{WorkQueue::makeWorkQueue(cfg)}
|
||||
|
||||
Reference in New Issue
Block a user