Skip to content

Commit 41c633c

Browse files
committed
Tweak the size of a batch of uv_run() calls
1 parent 2325dc3 commit 41c633c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qode/integration/node_integration.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ NodeIntegration::NodeIntegration()
2020
}
2121

2222
constexpr uint64_t EVENT_BATCH_TIMEOUT_MS = 8;
23-
constexpr int EVENT_BATCH_SIZE = 64;
23+
constexpr int EVENT_BATCH_SIZE = 16;
2424

2525
NodeIntegration::~NodeIntegration() {
2626
// Quit the embed thread.

0 commit comments

Comments
 (0)