Added RRD Tool plugins

This commit is contained in:
Donald Zou
2025-08-13 16:35:34 +08:00
parent 93baa505c7
commit 4d07845c7f
5 changed files with 70 additions and 2 deletions

View File

@@ -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)):