mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04: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
|