decreased wait time for log

This commit is contained in:
proddy
2024-09-11 22:30:52 +02:00
parent 57709d7dbb
commit 59273027fb

View File

@@ -116,7 +116,7 @@ export default () => {
};
count++;
res.write(`data: ${JSON.stringify(data)}\n\n`);
}, 800);
}, 500);
// if client closes connection
res.on('close', () => {