This commit is contained in:
Patrick Alvin Alcala 2025-11-28 09:42:36 +08:00
parent bcb83dfea5
commit 4430d24a3e
14 changed files with 99 additions and 106 deletions

View file

@ -1,6 +1,6 @@
[backend]
backend_url = "http://localhost:8080"
url = "http://localhost:8080"
[request]
request_retries = 3
request_retry_codes = [400, 404, 405, 500, 502]
retries = 3
retry_codes = [400, 404, 405, 500, 502]