mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update ispConfig.example.py
This commit is contained in:
parent
bf5ced45a8
commit
b5953ea80a
@ -4,8 +4,6 @@
|
|||||||
# fqOrCAKE = 'fq_codel'
|
# fqOrCAKE = 'fq_codel'
|
||||||
fqOrCAKE = 'cake diffserv4'
|
fqOrCAKE = 'cake diffserv4'
|
||||||
|
|
||||||
queuesAvailableOverride = 0
|
|
||||||
|
|
||||||
# How many Mbps are available to the edge of this network
|
# How many Mbps are available to the edge of this network
|
||||||
upstreamBandwidthCapacityDownloadMbps = 1000
|
upstreamBandwidthCapacityDownloadMbps = 1000
|
||||||
upstreamBandwidthCapacityUploadMbps = 1000
|
upstreamBandwidthCapacityUploadMbps = 1000
|
||||||
@ -33,6 +31,9 @@ enableActualShellCommands = True
|
|||||||
# Add 'sudo' before execution of any shell commands. May be required depending on distribution and environment.
|
# Add 'sudo' before execution of any shell commands. May be required depending on distribution and environment.
|
||||||
runShellCommandsAsSudo = False
|
runShellCommandsAsSudo = False
|
||||||
|
|
||||||
|
# Allows overriding queues / CPU cores used. When set to 0, the max possible queues / CPU cores are utilized. Please leave as 0.
|
||||||
|
queuesAvailableOverride = 0
|
||||||
|
|
||||||
# Bandwidth Graphing
|
# Bandwidth Graphing
|
||||||
bandwidthGraphingEnabled = True
|
bandwidthGraphingEnabled = True
|
||||||
influxDBurl = "http://localhost:8086"
|
influxDBurl = "http://localhost:8086"
|
||||||
|
Loading…
Reference in New Issue
Block a user