summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcoproceduremanager.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-08-19 22:17:01 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-08-20 12:53:53 +0300
commitd5f748c91c650a2ec534c497b9e098ccb317d70b (patch)
tree34e9b40af5cdc99661eaa9cb70153ee280d4a916 /indra/llmessage/llcoproceduremanager.h
parent89c373c20b6032bab819e99cc8ace7b7e6b92360 (diff)
#3223 Trim coroutine queues a little
Diffstat (limited to 'indra/llmessage/llcoproceduremanager.h')
-rw-r--r--indra/llmessage/llcoproceduremanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llcoproceduremanager.h b/indra/llmessage/llcoproceduremanager.h
index 6c6e506654..485333657c 100644
--- a/indra/llmessage/llcoproceduremanager.h
+++ b/indra/llmessage/llcoproceduremanager.h
@@ -79,7 +79,7 @@ public:
void close();
void close(const std::string &pool);
- void initializePool(const std::string &poolName);
+ void initializePool(const std::string &poolName, size_t queue_size = DEFAULT_QUEUE_SIZE);
private: