fixed the cgi task counting bug

This commit is contained in:
2023-11-18 22:23:08 +09:00
parent cc5c027277
commit 52829974ec
5 changed files with 59 additions and 29 deletions

View File

@ -427,7 +427,7 @@ int webs_start (hio_t* hio, const arg_info_t* ai)
{
hio_oow_t ov;
ov = 100;
ov = 200;
hio_svc_htts_setoption (webs, HIO_SVC_HTTS_TASK_CGI_MAX, &ov);
}