Skip to content

Commit

Permalink
Enable Optimization:EagerTransactionBegin (#1150) (#1162)
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Barcélos <antonio.barcelos@neo4j.com>
  • Loading branch information
injectives and bigmontz authored Feb 24, 2022
1 parent 975437b commit 693b836
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 693b836

Please sign in to comment.