mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
decreased wait time for log
This commit is contained in:
@@ -116,7 +116,7 @@ export default () => {
|
||||
};
|
||||
count++;
|
||||
res.write(`data: ${JSON.stringify(data)}\n\n`);
|
||||
}, 800);
|
||||
}, 500);
|
||||
|
||||
// if client closes connection
|
||||
res.on('close', () => {
|
||||
|
||||
Reference in New Issue
Block a user