Skip to content

Commit

Permalink
Revert "Switch to resilient MongoDriver by default" (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
prdoyle authored Jun 17, 2023
2 parents d0c1ca8 + 6a0d4be commit e0cf202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class MongoDriverSettings {
@Value
@Builder
public static class Experimental {
@Default ImplementationKind implementationKind = ImplementationKind.RESILIENT;
@Default ImplementationKind implementationKind = ImplementationKind.STABLE;
@Default FlushMode flushMode = FlushMode.ECHO;
@Default long changeStreamInitialWaitMS = 20;
}
Expand Down

0 comments on commit e0cf202

Please sign in to comment.