Skip to content

Commit 9119b92

Browse files
committed
perf(io_context): revert submission_threshold
1 parent 2a2e240 commit 9119b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/co_context/config/io_context.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ inline constexpr uint32_t default_io_uring_entries =
5555
* io_uring immediately. As a result, the actual batch size might be equal
5656
* to or slightly greater than the threshold.
5757
*/
58-
inline constexpr uint32_t submission_threshold = 32;
59-
// inline constexpr uint32_t submission_threshold = -1U;
58+
// inline constexpr uint32_t submission_threshold = 32;
59+
inline constexpr uint32_t submission_threshold = -1U;
6060
// ========================================================================
6161

6262
// =========================== co configuration ===========================

0 commit comments

Comments
 (0)