mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
a little temporary fix concerning the lack of multithread support
This commit is contained in:
parent
225c2d3a7c
commit
d49f24c061
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ struct rfc3161_option {
|
|||
};
|
||||
|
||||
static struct rfc3161_option rfc3161_options[] = {
|
||||
{"num_threads", HTTP_OPTIONS, "50"},
|
||||
{"num_threads", HTTP_OPTIONS, "1"},
|
||||
{"run_as_user", HTTP_OPTIONS, NULL},
|
||||
{"throttle", HTTP_OPTIONS, NULL},
|
||||
{"enable_keep_alive", HTTP_OPTIONS, "no"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue