mirror of
https://github.com/Lienol/openwrt
synced 2025-01-08 11:37:34 +08:00
uhttpd: set max_requests default 50
This commit is contained in:
parent
a2f1a3072b
commit
b303c37e1e
@ -24,7 +24,7 @@ config uhttpd main
|
|||||||
# If this number is exceeded, further requests are
|
# If this number is exceeded, further requests are
|
||||||
# queued until the number of running requests drops
|
# queued until the number of running requests drops
|
||||||
# below the limit again.
|
# below the limit again.
|
||||||
option max_requests 3
|
option max_requests 50
|
||||||
|
|
||||||
# Maximum number of concurrent connections.
|
# Maximum number of concurrent connections.
|
||||||
# If this number is exceeded, further TCP connection
|
# If this number is exceeded, further TCP connection
|
||||||
|
Loading…
Reference in New Issue
Block a user