mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Change webhook export freq to 5s. Timeout 3s.
This commit is contained in:
parent
445e68c8f4
commit
12cd4513b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue