From 23aac6a5e31414fb151e68784850635d62e67d67 Mon Sep 17 00:00:00 2001 From: Eaven Kimura Date: Wed, 12 Nov 2025 15:16:31 +0000 Subject: [PATCH] Update Contributing Guide --- Contributing-Guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contributing-Guide.md b/Contributing-Guide.md index f7a6265..a7004e4 100644 --- a/Contributing-Guide.md +++ b/Contributing-Guide.md @@ -882,9 +882,9 @@ yappi.get_func_stats().print_all() | Bot startup time | <5 seconds | Time to "Bot ready" log | | Embed update cycle | <30 seconds | Time to update all embeds | | Command response time | <1 second | Time to ephemeral response | -| Memory usage (idle) | <100 MB | Docker stats | -| Memory usage (active) | <200 MB | Docker stats | -| API calls per minute | <60 | Log analysis | +| CPU usage (average) | <1% of single modern CPU thread | Docker stats | +| Memory usage (average) | <200 MB | Docker stats | +| API calls per minute | <100 | Log analysis | ### Advanced Contribution Topics