mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 22:53:02 +02:00
The statd mDNS neighbor collector sometimes locks up and times out with:
Aug 2 07:11:53 test-00-01-00 statd[3558]: mdns: sr_apply_changes: Timeout expired
Aug 2 07:11:53 test-00-01-00 statd[3558]: Error, getting operational data: User callback failed
With the extended sysrepo API timeout introduced in c70a699 this cause massive
test regressions, hence this revert.
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>