Skip to content

Commit

Permalink
Enable Optimization:EagerTransactionBegin (neo4j#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmontz authored and injectives committed Feb 24, 2022
1 parent 975437b commit 964b6ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ public class GetFeatures implements TestkitRequest
"Temporary:CypherPathAndRelationship",
"Temporary:FullSummary",
"Temporary:ResultKeys",
"Temporary:TransactionClose"
"Temporary:TransactionClose",
"Optimization:EagerTransactionBegin"
) );

private static final Set<String> SYNC_FEATURES = new HashSet<>( Arrays.asList(
Expand Down

0 comments on commit 964b6ca

Please sign in to comment.