Adding max-size to avoid timeout
parent
0b85f59a62
commit
91941dc8ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue