Skip to content

Commit

Permalink
fixed compile error
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Apr 29, 2022
1 parent 41d0412 commit 14c088f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ protected ImmutableDispatch mapMessage(final DittoHeadersSettable<?> message) {

@Override
protected int getBufferSize() {
return enforcementConfig.getBufferSize();
return 42; // TODO TJ remove
}

/**
Expand Down

0 comments on commit 14c088f

Please sign in to comment.