1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-18 17:45:36 +02:00

enhance(dev): improve mem report (#17118)

* wip

* wip

* Update report-backend-memory.yml

* Update report-backend-memory.yml

* Update .github/workflows/report-backend-memory.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
syuilo
2026-01-22 14:32:57 +09:00
committed by GitHub
parent f744b5711f
commit 2fa6ecc7ef
4 changed files with 99 additions and 40 deletions

View File

@@ -11,7 +11,6 @@ const envOption = {
verbose: false,
withLogTime: false,
quiet: false,
forceGc: false,
};
for (const key of Object.keys(envOption) as (keyof typeof envOption)[]) {