mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-22 21:57:58 +01:00
add note
This commit is contained in:
parent
8ccf954065
commit
13870c63b0
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ export class StreamingApiServerService {
|
|||
});
|
||||
});
|
||||
|
||||
// 一定期間通信が無いコネクションは実際には切断されている可能性があるため定期的にterminateする
|
||||
this.#cleanConnectionsIntervalId = setInterval(() => {
|
||||
const now = Date.now();
|
||||
for (const [connection, lastActive] of this.#connections.entries()) {
|
||||
|
|
Loading…
Reference in a new issue