Skip to content

Handle when a Sub Millisecond Tx Timeout is specified #1108

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

Merged
merged 12 commits into from
Jul 8, 2023

Conversation

bigmontz
Copy link
Contributor

@bigmontz bigmontz commented Jul 5, 2023

If a user sets a timeout with a fractional millisecond value it will be rounded up to the next integer value. e.g

0.1 → 1
1.4 → 2.0
1.8 → 2.0

A warning that a rounding has taken place should be logged under info level.

bigmontz added 3 commits July 6, 2023 16:18
If a user sets a timeout with a fractional millisecond value it will be rounded up to the next integer value. e.g

0.1 → 1

1.4 → 2.0

1.8 → 2.0

A warning that a rounding has taken place should be logged under info level.
@bigmontz bigmontz force-pushed the 5.0-sub-millisecond-tx-timeout branch from 9c56686 to b26a781 Compare July 6, 2023 14:19
@bigmontz bigmontz marked this pull request as ready for review July 6, 2023 14:19
Copy link
Member

@robsdedude robsdedude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱️ 🎽

@bigmontz bigmontz merged commit dd187bf into neo4j:5.0 Jul 8, 2023
@bigmontz bigmontz deleted the 5.0-sub-millisecond-tx-timeout branch July 8, 2023 08:35
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.

2 participants