Change webhook export freq to 5s. Timeout 3s.

This commit is contained in:
Alfredo Cardigliano 2025-02-13 10:29:25 +01:00
parent 445e68c8f4
commit 12cd4513b9

View file

@ -28,7 +28,7 @@ local webhook = {
},
}
webhook.EXPORT_FREQUENCY = 60
webhook.EXPORT_FREQUENCY = 5
webhook.API_VERSION = "0.2"
webhook.REQUEST_TIMEOUT = 1
webhook.ITERATION_TIMEOUT = 3