Skip to content

Commit

Permalink
reduce test size
Browse files Browse the repository at this point in the history
  • Loading branch information
yawkat committed Dec 13, 2024
1 parent 478e7c8 commit bc893e6
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 ProxyBackpressureTest {
private static final int CHUNK_SIZE = 1024 * 1024;
private static final int TOTAL_CHUNKS = 1024;
private static final int TOTAL_CHUNKS = 128;

@ParameterizedTest
@CsvSource({
Expand Down

0 comments on commit bc893e6

Please sign in to comment.