We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2e240 commit 9119b92Copy full SHA for 9119b92
include/co_context/config/io_context.hpp
@@ -55,8 +55,8 @@ inline constexpr uint32_t default_io_uring_entries =
55
* io_uring immediately. As a result, the actual batch size might be equal
56
* to or slightly greater than the threshold.
57
*/
58
-inline constexpr uint32_t submission_threshold = 32;
59
-// inline constexpr uint32_t submission_threshold = -1U;
+// inline constexpr uint32_t submission_threshold = 32;
+inline constexpr uint32_t submission_threshold = -1U;
60
// ========================================================================
61
62
// =========================== co configuration ===========================
0 commit comments