1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 00:35:25 +02:00

enhance(dev): メモリ使用量比較のActionsでGCしてから取得する

Resolve #16961
This commit is contained in:
syuilo
2026-01-14 16:12:44 +09:00
parent bd81a6c8ad
commit ec683f04d1
3 changed files with 9 additions and 2 deletions

View File

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