mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-04 08:16:17 +00:00
Added RRD Tool plugins
This commit is contained in:
@@ -627,7 +627,7 @@ class WireguardConfiguration:
|
||||
latestHandshake = latestHandshake.decode("UTF-8").split()
|
||||
count = 0
|
||||
now = datetime.now()
|
||||
time_delta = timedelta(minutes=2)
|
||||
time_delta = timedelta(minutes=3)
|
||||
|
||||
with self.engine.begin() as conn:
|
||||
for _ in range(int(len(latestHandshake) / 2)):
|
||||
|
Reference in New Issue
Block a user