-
Notifications
You must be signed in to change notification settings - Fork 2
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
docs: fix update interval in README.md to match update cadence #42
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: KhulnaSoft bot <[email protected]>
🚨 gitStream Monthly Automation Limit Reached 🚨 Your organization has exceeded the number of pull requests allowed for automation with gitStream. To continue automating your PR workflows and unlock additional features, please contact LinearB. |
🧙 Sourcery has finished reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, khulnasoft-bot!). We assume it knows what it's doing!
Signed-off-by: KhulnaSoft bot <[email protected]>
Addresses issue: #
Changes proposed in this pull request:
Summary by Sourcery
Enhancements:
updateInterval
constant to improve code readability by expressing the duration in terms oftime.Hour * 24 * 3
instead oftime.Hour * 72
.