Skip to content

Commit

Permalink
Update server/src/test/java/com/hedera/block/server/config/ServerMapp…
Browse files Browse the repository at this point in the history
…edConfigSourceInitializerTest.java

Co-authored-by: Atanas Atanasov <[email protected]>
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs and ata-nas authored Jan 30, 2025
1 parent 63a5a17 commit 50f6819
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ class ServerMappedConfigSourceInitializerTest {

// Server Config
new ConfigMapping("server.maxMessageSizeBytes", "SERVER_MAX_MESSAGE_SIZE_BYTES"),
new ConfigMapping("server.socketSendBufferSizeBytes", "SOCKET_SEND_BUFFER_SIZE_BYTES"),
new ConfigMapping("server.socketReceiveBufferSizeBytes", "SOCKET_RECEIVE_BUFFER_SIZE_BYTES"),
new ConfigMapping("server.socketSendBufferSizeBytes", "SERVER_SOCKET_SEND_BUFFER_SIZE_BYTES"),
new ConfigMapping("server.socketReceiveBufferSizeBytes", "SERVER_SOCKET_RECEIVE_BUFFER_SIZE_BYTES"),
new ConfigMapping("server.port", "SERVER_PORT"),

// Service Config
Expand Down

0 comments on commit 50f6819

Please sign in to comment.