Skip to content

Commit

Permalink
Enable Optimization:EagerTransactionBegin (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmontz authored Feb 9, 2022
1 parent 33447f5 commit c8aad3e
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 c8aad3e

Please sign in to comment.