-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update default connection heartbeat length #47
Update default connection heartbeat length #47
Conversation
Please remove the unrelated gitignore change. |
Hi @jackgene, The changelog - fixed label was added to this pull request; all PRs with a changelog label need to have release notes included as part of the PR. If you haven't added release notes already, please do. Release notes are added by creating a uniquely named file in the The basic format of the release notes (using markdown) should be:
Thanks. |
Please update the first comment here to be the commit message to use when we merge. First line should be a short sentence on what was fixed. Body should have additional detail. |
Oh yeah, accidentally included that. |
This shouldn't be merged until release notes are added. |
Will address this shortly, but I do have a question, per @ponylang-main:
But looking at the files in currently in Thank you, and sorry about the delays on this one. |
Follow what ponylang-main says and call it 47.md 47 is the PR number. The others are release entries. When a release is done the non-release entries are rolled together into a new release entry. -- Edit: not quite how it works, ponylang-main builds next-release.md in the middle there and then uses that for versioned releases. |
Just added the release notes. Please let me know if you have any concerns with it. |
I just took a look and do not see any issue with the release notes you added. This fixed a bug where the minimum of 1 second was incorrectly set to a minimum of 1 millisecond. All of that is now in the release notes. |
I've updated the PR title to better work in the CHANGELOG. I've updated the release notes to be less "commit message" and more "release notes". Feel free to ask any questions about the changes so you can adapt any future titles etc as you make additional contributions. |
Calculate default timeout_heartbeat_interval with minimum of 1s
This is as specified in the accompanying code comment "use a quarter of the actual configured timeout but at minimum 1 second".