From fb1cf6c67742290296f4335d6e15e2b6799874f2 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sat, 24 Feb 2024 13:19:30 +0200 Subject: [PATCH] NETWORK.md Signed-off-by: Ari Archer --- NETWORK.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NETWORK.md b/NETWORK.md index 2e88730..8c9fcc6 100644 --- a/NETWORK.md +++ b/NETWORK.md @@ -30,7 +30,7 @@ The server file, `.well-known/network/server.json`, has the following structure: "ram": 16, "cpu": 6, "storage": 400, - "network": 800 + "network": 0.8 } } ``` @@ -63,7 +63,7 @@ And this is what the fields mean: - `ram`: The memory/RAM your server has in total, excluding swap. - `cpu`: The CPU threads on your server. - `storage`: The total storage your server has. - - `network`: The network speed in GBit/s. + - `network`: The network speed in GBit/s. (for example 0.8 is 800 mbit/s) That is all for the server configuration