diff options
author | uvok cheetah | 2025-01-05 10:59:16 +0100 |
---|---|---|
committer | uvok cheetah | 2025-01-05 10:59:16 +0100 |
commit | c1f4786ae0278596c8c90fc824e266b1b06e8b73 (patch) | |
tree | 735dea2e608c8fc7b0fe2469b5d552b27d79e68f /roles/uvok_bird/files | |
parent | 9d2fde430175bcfe76b0cfbb2067206fc9ef9f63 (diff) |
Push scan time
Diffstat (limited to 'roles/uvok_bird/files')
-rw-r--r-- | roles/uvok_bird/files/common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/uvok_bird/files/common.conf b/roles/uvok_bird/files/common.conf index 61917bd..4a1015b 100644 --- a/roles/uvok_bird/files/common.conf +++ b/roles/uvok_bird/files/common.conf @@ -10,5 +10,5 @@ function honor_graceful_shutdown() { # routes and it only serves as a module for getting information about network # interfaces from the kernel. It is necessary in almost any configuration. protocol device { - scan time 10; + scan time 60; } |