Skip to content

Commit

Permalink
Merge pull request #36 from simorex80/fix-WEBHOOK_INVOKER_TIMEOUT-float
Browse files Browse the repository at this point in the history
Update WEBHOOK_INVOKER_TIMEOUT type to float
  • Loading branch information
shalev007 authored Nov 5, 2024
2 parents 5b6e1ac + ca1e84d commit 3bb2c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Config:
env_file = find_dotenv()
env_file_encoding = "utf-8"

WEBHOOK_INVOKER_TIMEOUT: int = 30
WEBHOOK_INVOKER_TIMEOUT: float = 30


settings = Settings()
Expand Down

0 comments on commit 3bb2c1f

Please sign in to comment.