feat: improve performance of ServiceBrowser outgoing query scheduler by bdraco · Pull Request #1170 · python-zeroconf/python-zeroconf
added 2 commits
May 3, 2023 18:11closes #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
marked this pull request as draft
bdraco
marked this pull request as ready for review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters