You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2021/09/22 23:08:41 UTC

[couchdb-ioq] branch ioq-per-shard-or-user updated: HACK: enable parallel readers

This is an automated email from the ASF dual-hosted git repository.

chewbranca pushed a commit to branch ioq-per-shard-or-user
in repository https://gitbox.apache.org/repos/asf/couchdb-ioq.git


The following commit(s) were added to refs/heads/ioq-per-shard-or-user by this push:
     new dd404f9  HACK: enable parallel readers
dd404f9 is described below

commit dd404f9439694601cfc59e2648dd3e370ef3f215
Author: Russell Branca <ch...@apache.org>
AuthorDate: Wed Sep 22 16:08:26 2021 -0700

    HACK: enable parallel readers
---
 include/ioq.hrl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/ioq.hrl b/include/ioq.hrl
index 0577579..c56fa38 100644
--- a/include/ioq.hrl
+++ b/include/ioq.hrl
@@ -64,7 +64,8 @@
 -record(ioq_file, {
     fd,
     ioq,
-    tab
+    tab,
+    parallel=false
 }).