Changed remote SAP source default announce period to daemon default SAP interval
This commit is contained in:
parent
cee8823e5c
commit
fbf28ada45
@ -89,7 +89,7 @@ bool Browser::worker() {
|
|||||||
static_cast<uint32_t>(
|
static_cast<uint32_t>(
|
||||||
duration_cast<second_t>(steady_clock::now() - startup_)
|
duration_cast<second_t>(steady_clock::now() - startup_)
|
||||||
.count()),
|
.count()),
|
||||||
360});
|
config_->get_sap_interval()});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Source is already in the map
|
// Source is already in the map
|
||||||
|
Loading…
x
Reference in New Issue
Block a user