webbuffer 12k to reduce http:507 messages

This commit is contained in:
MichaelDvP
2022-12-23 10:59:41 +01:00
parent c1f39fbf57
commit b9b79bbd9a
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@
#endif
#define EMSESP_JSON_SIZE_XXLARGE_DYN 16384 // for extra very very large json docs, using DynamicJsonDocument
#define EMSESP_JSON_SIZE_XXXLARGE_DYN 20480 // web output (maybe for 4 hc)
#define EMSESP_JSON_SIZE_XXXLARGE_DYN 12288 // web output (maybe for 4 hc)
// helpers for callback functions
#define MAKE_PF_CB(__f) [&](std::shared_ptr<const Telegram> t) { __f(t); } // for Process Function callbacks to EMSDevice::process_function_p