s/freq/period/ to be more precies; Set default period to 30s; set wait period on reconnect to 10s; Add explicit INFO logline when replacing dataset

This commit is contained in:
Pim van Pelt
2021-09-11 12:45:28 +00:00
parent 8c9c1e2b4a
commit c72890868c
3 changed files with 13 additions and 8 deletions

View File

@ -141,7 +141,7 @@ def main():
agentx.setup_logging(debug=False)
try:
a = MyAgent(server_address='/run/vpp/agentx.sock')
a = MyAgent(server_address='localhost:705', period=30)
a.run()
except Exception as e:
print("Unhandled exception:", e)