From f763801d68543db813b758a38c98dd32c0a26ddc Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 5 Sep 2020 16:42:12 +0200 Subject: [PATCH] Updated sample config --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 498b17d..f9a5f49 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,9 @@ net_upload="100Mbit" #* Start in network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest. net_auto=True +#* Sync the scaling for download and upload to whichever currently has the highest scale +net_sync=False + #* If the network graphs color gradient should scale to bandwith usage or auto scale, bandwith usage is based on "net_download" and "net_upload" values net_color_fixed=False