Adding max-size to avoid timeout

patch-1
sandeep 2021-06-01 13:21:24 +05:30
parent 0b85f59a62
commit 91941dc8ed
1 changed files with 3 additions and 0 deletions

View File

@ -30,12 +30,15 @@ requests:
- "{{BaseURL}}/wp-content/uploads/dump.sql"
headers:
Range: "bytes=0-3000"
max-size: 2000 # Size in bytes - Max Size to read from server response
matchers-condition: and
matchers:
- type: regex
regex:
- "(?m)(?:DROP|CREATE|(?:UN)?LOCK) TABLE|INSERT INTO"
part: body
- type: status
status:
- 200