From dbdfbf61f29f6e454c0543c977afb4061d24afa8 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 15 Aug 2021 21:56:30 +0200 Subject: :bug: fix server bundle --- bundle/src/stats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle/src/stats.ts') diff --git a/bundle/src/stats.ts b/bundle/src/stats.ts index c621ed75..0a10a855 100644 --- a/bundle/src/stats.ts +++ b/bundle/src/stats.ts @@ -18,5 +18,5 @@ export function initStats() { process.memoryUsage().rss / 1024 / 1024 )}mb/${memory.totalMemMb.toFixed(0)}mb` ); - }, 1000 * 60); + }, 1000 * 30); } -- cgit 1.5.1