Skip to content

Commit

Permalink
changed frame size to 4KB
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasvb90 committed Oct 10, 2023
1 parent e5f83ce commit b937a88
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 b937a88

Please sign in to comment.