mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Increase web service thread count to 16
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -144,7 +144,7 @@ void http_init(void)
|
||||
"listening_ports", httpsettings.port,
|
||||
"decode_url", "no",
|
||||
"enable_directory_listing", "no",
|
||||
"num_threads", "4",
|
||||
"num_threads", "16",
|
||||
"access_control_list", httpsettings.acl,
|
||||
"additional_header", "Content-Security-Policy: default-src 'self' 'unsafe-inline';\r\n"
|
||||
"X-Frame-Options: SAMEORIGIN\r\n"
|
||||
|
||||
Reference in New Issue
Block a user