Merge commit '7e634eecbc5dc2f65b7bdbfc5c2b5c8a0955156d' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2026-01-06 18:11:26 +01:00
32 changed files with 90 additions and 14 deletions

View File

@@ -925,7 +925,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`);