Skip to content

Commit

Permalink
Increase cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
qnga committed Jan 6, 2025
1 parent b569258 commit 83f9a31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ internal class CbcLcpResource(
private val originalLength: Long? = null
) : Resource by resource {

private val resource = CachingRangeTailResource(resource, 3 * AES_BLOCK_SIZE)
private val resource = CachingRangeTailResource(resource, 4 * AES_BLOCK_SIZE)

private var builtinPaddingLength: Int? = null

Expand Down

0 comments on commit 83f9a31

Please sign in to comment.