Fix heartbeat comment not being its own event (#37389)

pull/37397/head
Claire 5 months ago committed by GitHub
parent 82fb2596c7
commit d9cd75400c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -918,7 +918,7 @@ const startServer = async () => {
res.write(':)\n');
const heartbeat = setInterval(() => res.write(':thump\n'), 15000);
const heartbeat = setInterval(() => res.write(':thump\n\n'), 15000);
req.on('close', () => {
req.log.info({ accountId: req.accountId }, `Ending stream`);

Loading…
Cancel
Save