Skip to content

Commit

Permalink
Merge pull request #501 from vespa-engine/kkraune/method_whitelist
Browse files Browse the repository at this point in the history
method_whitelist replaced by this MERGEOK
  • Loading branch information
kkraune authored May 4, 2023
2 parents d0eaf8f + 51d0c77 commit 1bff361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vespa/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
total=3,
backoff_factor=1,
status_forcelist=[429, 500, 502, 503, 504],
method_whitelist=["POST", "GET", "DELETE", "PUT"],
allowed_methods=["POST", "GET", "DELETE", "PUT"],
)


Expand Down

0 comments on commit 1bff361

Please sign in to comment.