Skip to content

Commit

Permalink
Rename property to workerClient.buffer.size
Browse files Browse the repository at this point in the history
  • Loading branch information
crioux-stripe committed Jan 10, 2025
1 parent 7e61424 commit da26b36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private static void loadFastProperties() {
maxFrameLength = Integer.parseInt(maxFrameLengthStr);
}

String bufferSizeStr = ServiceRegistry.INSTANCE.getPropertiesService().getStringValue("mantisClient.buffer.size", DEFAULT_BUFFER_SIZE_STR);
String bufferSizeStr = ServiceRegistry.INSTANCE.getPropertiesService().getStringValue("workerClient.buffer.size", DEFAULT_BUFFER_SIZE_STR);
bufferSize = Integer.parseInt(Optional.ofNullable(bufferSizeStr).orElse(DEFAULT_BUFFER_SIZE_STR));
}

Expand Down

0 comments on commit da26b36

Please sign in to comment.