summary refs log tree commit diff
path: root/bundle/src/stats.ts
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/src/stats.ts')
-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); }