Commit 6715fb68 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

param: New pcre_jit_compilation boolean

parent 3e254078
......@@ -706,6 +706,17 @@ PARAM_SIMPLE(
/* flags */ EXPERIMENTAL
)
PARAM_SIMPLE(
/* name */ pcre_jit_compilation,
/* type */ boolean,
/* min */ NULL,
/* max */ NULL,
/* def */ "on",
/* units */ "bool",
/* descr */
"Use the pcre JIT compiler if available."
)
PARAM_SIMPLE(
/* name */ ping_interval,
/* type */ uint,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment