Skip to content

Commit

Permalink
Fix :server:compileInternalClusterTestJava compilation.
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <[email protected]>
  • Loading branch information
mch2 committed May 9, 2022
1 parent 22e7dde commit daacef4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ EngineConfig engineConfigWithLargerIndexingMemory(EngineConfig config) {
config.getGlobalCheckpointSupplier(),
config.retentionLeasesSupplier(),
config.getPrimaryTermSupplier(),
config.getTombstoneDocSupplier()
config.getTombstoneDocSupplier(),
config.isReadOnlyReplica()
);
}

Expand Down

0 comments on commit daacef4

Please sign in to comment.