feat: improve performance of ServiceBrowser outgoing query scheduler by bdraco · Pull Request #1170 · python-zeroconf/python-zeroconf

added 2 commits

May 3, 2023 18:11
closes #821

The bulk of the time was spent checking to see
if queries were ready to go out from the reschedule
which checks every type the ServiceBrowser has
configured. Since we are only adjusting one
type we can guard this with a simple check to avoid
checking every type

@bdraco

@bdraco

@bdraco bdraco marked this pull request as draft

May 3, 2023 23:47

bdraco

@bdraco bdraco marked this pull request as ready for review

May 4, 2023 00:40