diff --git a/commands/handlers.py b/commands/handlers.py index 17de38d..ff5b594 100644 --- a/commands/handlers.py +++ b/commands/handlers.py @@ -12,7 +12,7 @@ logger = logging.getLogger(__name__) -transport = httpx.AsyncHTTPTransport(retries=3) +transport = httpx.AsyncHTTPTransport(retries=1) timeout = httpx.Timeout(5, read=None)