add a todo statement

This commit is contained in:
Tacitor 2024-10-20 20:15:15 -04:00
parent 24c8725359
commit 31abc57c2a

View File

@ -221,6 +221,7 @@ hide_no_up=True
# Automatically hide interface with no IP address (default is False) # Automatically hide interface with no IP address (default is False)
hide_no_ip=True hide_no_ip=True
# Set hide_zero to True to automatically hide interface with no traffic # Set hide_zero to True to automatically hide interface with no traffic
#TODO: change this to a Byte threshold "hide_threshold_bytes "
hide_zero=False hide_zero=False
# It is possible to overwrite the bitrate thresholds per interface # It is possible to overwrite the bitrate thresholds per interface
# WLAN 0 Default limits (in bits per second aka bps) for interface bitrate # WLAN 0 Default limits (in bits per second aka bps) for interface bitrate