MINOR: config: use a standard parser for the "nbthread" keyword
authorWilly Tarreau <w@1wt.eu>
Wed, 22 Sep 2021 09:55:22 +0000 (11:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 Sep 2021 07:47:40 +0000 (09:47 +0200)
commit51ec03a61d6a1a4ba940786de0484ab30900db22
treedd3c751bf528a55bd261031f397c1488812e5d39
parent614e68337d9f2c8821a104bfb188fb6540b52785
MINOR: config: use a standard parser for the "nbthread" keyword

Probably because of some copy-paste from "nbproc", "nbthread" used to
be parsed in cfgparse instead of using a registered parser. Let's fix
this to clean up the code base now.
src/cfgparse-global.c
src/thread.c