mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-07 10:31:43 +01:00
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
|
|
menu "Example Configuration"
|
||
|
|
|
||
|
|
config EXAMPLE_MAX_ASYNC_REQUESTS
|
||
|
|
int "Max Simultaneous Requests"
|
||
|
|
default 2
|
||
|
|
help
|
||
|
|
The maximum number of simultaneous async requests that the
|
||
|
|
web server can handle.
|
||
|
|
|
||
|
|
endmenu
|