Skip to content

Commit

Permalink
Bump api timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Aug 12, 2023
1 parent 6b2c77f commit 622660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-api/emmet/api/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MAPISettings(BaseSettings):
)

TIMEOUT: int = Field(
20,
30,
description="Number of seconds to wait for pymongo operations before raising a timeout error.",
)

Expand Down

0 comments on commit 622660c

Please sign in to comment.