mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Merge commit '7e634eecbc5dc2f65b7bdbfc5c2b5c8a0955156d' into glitch-soc/merge-upstream
This commit is contained in:
@@ -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`);
|
||||
|
||||
Reference in New Issue
Block a user