mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update integrationUISP.py
This commit is contained in:
parent
9a3b3719f7
commit
4dfad7a7b3
@ -71,8 +71,8 @@ def buildFlatGraph():
|
||||
continue
|
||||
if uisp_suspended_strategy() == "slow":
|
||||
print("WARNING: Site " + name + " is suspended")
|
||||
download = 2
|
||||
upload = 2
|
||||
download = 1
|
||||
upload = 1
|
||||
if site['identification']['status'] == "disconnected":
|
||||
print("WARNING: Site " + name + " is disconnected")
|
||||
|
||||
@ -484,8 +484,8 @@ def buildFullGraph():
|
||||
continue
|
||||
if uispSuspendedStrategy == "slow":
|
||||
print("WARNING: Site " + name + " is suspended")
|
||||
download = 2
|
||||
upload = 2
|
||||
download = 1
|
||||
upload = 1
|
||||
|
||||
if site['identification']['status'] == "disconnected":
|
||||
print("WARNING: Site " + name + " is disconnected")
|
||||
|
Loading…
Reference in New Issue
Block a user