mirror of https://github.com/openclaw/openclaw.git
test(memory): isolate telegram monitor hotspot
This commit is contained in:
parent
6e9591c4ce
commit
548c2019f1
|
|
@ -94,6 +94,10 @@
|
|||
"file": "extensions/telegram/src/fetch.test.ts",
|
||||
"reason": "This Telegram transport suite measured ~759.3 MiB RSS growth locally; keep it in its own forked channel lane so the shared channels worker can recycle immediately after the hotspot file."
|
||||
},
|
||||
{
|
||||
"file": "extensions/telegram/src/monitor.test.ts",
|
||||
"reason": "This Telegram monitor suite measured ~748.4 MiB RSS growth locally; keep it in its own forked channel lane so the shared channels worker can recycle immediately after the hotspot file."
|
||||
},
|
||||
{
|
||||
"file": "extensions/telegram/src/webhook.test.ts",
|
||||
"reason": "This Telegram webhook suite hoists grammY bot and InputFile mocks; keep it in its own forked channel lane so shared workers do not reuse telegram runtime modules with mismatched constructors."
|
||||
|
|
|
|||
Loading…
Reference in New Issue