Skip to content

Commit

Permalink
add back timeout for reflex deploy post request to hosting service
Browse files Browse the repository at this point in the history
  • Loading branch information
martinxu9 committed Nov 15, 2023
1 parent 68402d3 commit 1a48ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reflex/utils/hosting.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ def deploy(
headers=authorization_header(token),
data=params.dict(exclude_none=True),
files=files,
timeout=HTTP_REQUEST_TIMEOUT,
)
# If the server explicitly states bad request,
# display a different error
Expand Down

0 comments on commit 1a48ab4

Please sign in to comment.