Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT committed Jan 3, 2025
1 parent d01fb46 commit abf2585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def check_status(request):
"redis_stats": {} if not CHECK_REDIS else {},
}

if CHECK_MEMORY and settings.DEBUG:
if CHECK_MEMORY:
status_data.update(
{
"memory_info": psutil.virtual_memory()._asdict(),
Expand Down

0 comments on commit abf2585

Please sign in to comment.