This is an automated email from the ASF dual-hosted git repository.
chewbranca pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-ioq.git
from 17f6562 Merge pull request #18 from apache/guard-negative-timedelta
add 048c64b Add IOQ system and search channels
new 3c379fe Merge pull request #19 from apache/4101-add-iopriority
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/ioq.hrl | 9 ++++++--
priv/stats_descriptions.cfg | 24 ++++++++++++++++++++
rebar.config | 2 ++
src/ioq.erl | 13 +++++++++++
src/ioq_server.erl | 53 +++++++++++++++++++++++++++++++++++++++++++++
src/ioq_server2.erl | 41 +++++++++++++++++++++++++++++++++++
test/ioq_config_tests.erl | 2 +-
7 files changed, 141 insertions(+), 3 deletions(-)
create mode 100644 rebar.config