add wati block (#1254)

This commit is contained in:
LawyZheng
2024-11-25 10:42:34 +08:00
committed by GitHub
parent 303153b305
commit 284fba0aba
5 changed files with 60 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ class Settings(BaseSettings):
# Workflow constant parameters
WORKFLOW_DOWNLOAD_DIRECTORY_PARAMETER_KEY: str = "SKYVERN_DOWNLOAD_DIRECTORY"
WORKFLOW_WAIT_BLOCK_MAX_SEC: int = 30 * 60
# streaming settings
STREAMING_FILE_BASE_PATH: str = "/tmp"