Skip to content

Commit

Permalink
Corrected the indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvekshayr committed Feb 7, 2024
1 parent 3804fdf commit 13000fa
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ public void setup() throws Exception {
conf.setFromObject(raftClientConfig);

ClientConfigForTesting.newBuilder(StorageUnit.BYTES)
.setDataStreamMinPacketSize(1024)
.setBlockSize(BLOCK_SIZE)
.setChunkSize(CHUNK_SIZE)
.setStreamBufferFlushSize(FLUSH_SIZE)
.setStreamBufferMaxSize(MAX_FLUSH_SIZE)
.applyTo(conf);
.setDataStreamMinPacketSize(1024)
.setBlockSize(BLOCK_SIZE)
.setChunkSize(CHUNK_SIZE)
.setStreamBufferFlushSize(FLUSH_SIZE)
.setStreamBufferMaxSize(MAX_FLUSH_SIZE)
.applyTo(conf);

conf.setLong(OzoneConfigKeys.OZONE_RATIS_SNAPSHOT_THRESHOLD_KEY, 1);
conf.setQuietMode(false);
Expand Down

0 comments on commit 13000fa

Please sign in to comment.