Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: small cleanups to cache cleanup interval #1146

Merged
merged 1 commit into from Apr 2, 2023
Merged

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Apr 2, 2023

_CACHE_CLEANUP_INTERVAL was never changed over to seconds when it was switched to loop.call_later. Remove the unneeded conversion by changing the unit to seconds.

_CACHE_CLEANUP_INTERVAL was never changed over to seconds
when it was switched to loop.call_later. Remove the unneeded
conversion by changing the unit to seconds.
@codecov-commenter
Copy link

codecov-commenter commented Apr 2, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (36d5b45) 99.76% compared to head (12792ce) 99.76%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1146   +/-   ##
=======================================
  Coverage   99.76%   99.76%           
=======================================
  Files          22       22           
  Lines        2605     2605           
  Branches      456      456           
=======================================
  Hits         2599     2599           
  Misses          4        4           
  Partials        2        2           
Impacted Files Coverage Δ
src/zeroconf/__init__.py 100.00% <100.00%> (ø)
src/zeroconf/_core.py 100.00% <100.00%> (ø)
src/zeroconf/const.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bdraco bdraco marked this pull request as ready for review April 2, 2023 06:03
@bdraco bdraco merged commit b434b60 into master Apr 2, 2023
25 checks passed
@bdraco bdraco deleted the cache_cleanup_legacy branch April 2, 2023 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants