Skip to content

Commit

Permalink
Increase https data chunk size to reduce probability to be hit by fhe…
Browse files Browse the repository at this point in the history
…ssel/esp32_https_server#123

This causes the http server to stop responding.
  • Loading branch information
amandel committed Jun 12, 2021
1 parent 9981f72 commit 7355a3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ build_flags =
-DCORE_DEBUG_LEVEL=3
-DHTTPS_LOGLEVEL=3
-DHTTPS_REQUEST_MAX_REQUEST_LENGTH=1024
; reduce probability of https://github.com/fhessel/esp32_https_server/pull/123
-DHTTPS_CONNECTION_DATA_CHUNK_SIZE=1024
; build number "-dev" will be replaced in github action
-DBUILD_NUMBER=\"-dev\"

0 comments on commit 7355a3e

Please sign in to comment.