[#DEFAULT_HTTP_WORKQUEUE] = DEFAULT_HTTP_WORKQUEUE :mrdocs: The default value for `‐rpcworkqueue`. This is the maximum depth of the work queue, we don't allocate this number of work queue items upfront. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr int DEFAULT_HTTP_WORKQUEUE = 64; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#