Changed remote SAP source default announce period to daemon default SAP interval

This commit is contained in:
Andrea Bondavalli 2020-06-27 10:00:22 +02:00
parent cee8823e5c
commit fbf28ada45

View File

@ -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