Skip to content

Commit

Permalink
changed frame size to 4KB
Browse files Browse the repository at this point in the history
Signed-off-by: vikasvb90 <[email protected]>
  • Loading branch information
vikasvb90 committed Oct 10, 2023
1 parent a3467b9 commit 0c098a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class FrameCryptoHandler implements CryptoHandler<EncryptionMetadata, Par
private final ExecutorService decryptionExecutor;

// package private for tests
private final int FRAME_SIZE = 8 * 1024;
private final int FRAME_SIZE = 4 * 1024;

public FrameCryptoHandler(
AwsCrypto awsCrypto,
Expand Down

0 comments on commit 0c098a1

Please sign in to comment.