From 565416143759ca9b9b72ac468f77b46dd621f7ea Mon Sep 17 00:00:00 2001 From: DrBot7 <46543473+DrBot7@users.noreply.github.com> Date: Tue, 2 Feb 2021 08:55:06 -0600 Subject: [PATCH] Timings - Ram adjustments --- cogs/timings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cogs/timings.py b/cogs/timings.py index 634de83..ade2efd 100644 --- a/cogs/timings.py +++ b/cogs/timings.py @@ -144,8 +144,7 @@ class Timings(commands.Cog): players = (player_ticks / timed_ticks) max_online_players = max(players, max_online_players) index = index + 1 - print("hi") - if max_online_players > 27 and 1000 * max_online_players / int(max_mem) > 5: + if 1000 * max_online_players / int(max_mem) > 5 and int(max_mem) < 15000: if max_online_players < 60: embed_var.add_field(name="❌ Low memory", value="You should be using more RAM with this many players.")