MINOR: tasks: Make the number of tasks to run at once configurable.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 24 May 2018 16:59:04 +0000 (18:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 26 May 2018 18:03:24 +0000 (20:03 +0200)
commit1599b8036090edbf85d8c08f0da4c54dfd7f9343
treef3cc77bab9a9375da58a03805af297e5a7b8e738
parentb0bdae7b88d53cf8f18af0deab6d4c29ac25b7f9
MINOR: tasks: Make the number of tasks to run at once configurable.

Instead of hardcoding 200, make the number of tasks to be run configurable
using tune.runqueue-depth. 200 is still the default.
doc/configuration.txt
include/common/defaults.h
include/types/global.h
src/cfgparse.c
src/haproxy.c
src/task.c