mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix service_master_timeout setting (#15217)
This commit is contained in:
@@ -115,7 +115,7 @@ class ServiceConfig(DBConfig):
|
||||
)
|
||||
|
||||
# backward compatible options
|
||||
self.update_frequency = config.get(
|
||||
self.master_timeout = config.get(
|
||||
"service_master_timeout", ServiceConfig.master_timeout
|
||||
)
|
||||
self.poller.workers = config.get(
|
||||
|
Reference in New Issue
Block a user