decrease sync time for log - Fix missing log entries in web #1652

This commit is contained in:
proddy
2024-03-31 15:22:18 +02:00
parent e02a731237
commit 46c4dc8925
4 changed files with 17 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ namespace emsesp {
class WebLogService : public uuid::log::Handler {
public:
static constexpr size_t MAX_LOG_MESSAGES = 50;
static constexpr size_t REFRESH_SYNC = 80;
static constexpr size_t REFRESH_SYNC = 30;
WebLogService(AsyncWebServer * server, SecurityManager * securityManager);