Fix max_threads command line parameter propagation
authorSarath Lakshman <sarath@couchbase.com>
Sat, 11 Mar 2023 11:28:31 +0000 (16:58 +0530)
committerNikolaus Rath <Nikolaus@rath.org>
Sat, 11 Mar 2023 17:06:21 +0000 (17:06 +0000)
commitab5ca07af03b7dbb33193666c13b938534bde0e4
treed2abd42d0730043c5f39c69d9d65261b7348557d
parenta5eb7f2a0117ab43119ef5724cf5f4f2f181804a
Fix max_threads command line parameter propagation

The fuse_main_real() method doesn't apply the max_threads parameter
parsed through the commandline arguments. This commit fixes the wiring
of max_threads argument.
lib/helper.c