summary refs log tree commit diff
path: root/bundle/src/stats.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 21:56:30 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 21:56:30 +0200
commitd0bb45e0c40b047cfb8c836065c243a02d207e26 (patch)
tree2a7f774567f631172986088c42bdcbe5b2c562a0 /bundle/src/stats.ts
parent:bug: prevent @everyone role deletion (diff)
downloadserver-d0bb45e0c40b047cfb8c836065c243a02d207e26.tar.xz
:bug: fix server bundle
Diffstat (limited to '')
-rw-r--r--bundle/src/stats.ts2
1 files changed, 1 insertions, 1 deletions
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); }