Skip to content

Commit

Permalink
[update] PostIntegrationTestもclient_max_body_sizeを2MBでテストするように
Browse files Browse the repository at this point in the history
  • Loading branch information
eito2002 committed Oct 12, 2024
1 parent a1d5d01 commit 2ac65fb
Show file tree
Hide file tree
Showing 4 changed files with 15,182 additions and 12 deletions.
2 changes: 1 addition & 1 deletion sandbox/ab/generator/generate_chunked_body.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import string


def generate_random_chunked_body(min_total_size=2025):
def generate_random_chunked_body(min_total_size=2097153):
total_size = 0
chunked_body = []
all_chunked_data = []
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 2ac65fb

Please sign in to comment.