-
Notifications
You must be signed in to change notification settings - Fork 82
Document Cypher Shell --transaction-timeout
#2748
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
base: dev
Are you sure you want to change the base?
Conversation
|
@loveleif, The test is complaining that [--transaction-timeout TRANSACTION-TIMEOUT] is not the monorepo. |
@renetapopova it's in https://github.com/neo-technology/neo4j/pull/34421 (not merged yet). |
Ah, ok. Maybe we can also add an example of how to use this argument. I see there is one in the PR above. |
845f48e to
46b293a
Compare
renetapopova
left a comment
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.
Looks good, just a few small suggestions. Thanks, @loveleif.
| + | ||
| [source, shell] | ||
| ---- | ||
| cypher-shell/cypher-shell -a neo4j://IP-address:7687 -u neo4j -p <password> |
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.
| bin/cypher-shell -a neo4j://IP-address:7687 -u neo4j -p <password> |
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.
@loveleif, what about this one? Is cypher-shell/cypher-shell correct?
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
|
This PR includes documentation updates Updated pages: |
Documentation for https://github.com/neo-technology/neo4j/pull/34421.
Fixes SURF-330.