diff --git a/apps/www/src/components/feat/server-list/statistics.tsx b/apps/www/src/components/feat/server-list/statistics.tsx index 43373a7..ff0d9ad 100644 --- a/apps/www/src/components/feat/server-list/statistics.tsx +++ b/apps/www/src/components/feat/server-list/statistics.tsx @@ -6,7 +6,7 @@ import { TooltipTrigger, } from "@/components/ui/tooltip"; import type { OnlineServer } from "@/lib/types/mh-server"; -import { ChartArea, InfoIcon } from "lucide-react"; +import { ChartArea, HardDriveUpload, InfoIcon, Users } from "lucide-react"; import { useEffect, useState } from "react"; import { motion, AnimatePresence } from "framer-motion"; import IconDisplay from "../icons/minecraft-icon-display"; @@ -50,21 +50,24 @@ export function Statistics({ return (
+ For servers, the first number represents the current amount of + servers, while the second one represents the average of the + last 100 entries of servers. +
++ Minehut automatically puts new servers in a queue once the + total amount of servers is near or at 3.5k for efficiency + reasons. This usually happens during high demand times, most + likely during the American summer, in the afternoon. +
+