set bw max retry to 2 (#1475)

This commit is contained in:
LawyZheng
2025-01-04 00:01:01 +08:00
committed by GitHub
parent c9c97fbb8c
commit df2325077d

View File

@@ -83,7 +83,7 @@ class Settings(BaseSettings):
# Bitwarden Configs # # Bitwarden Configs #
##################### #####################
BITWARDEN_TIMEOUT_SECONDS: int = 60 BITWARDEN_TIMEOUT_SECONDS: int = 60
BITWARDEN_MAX_RETRIES: int = 1 BITWARDEN_MAX_RETRIES: int = 2
# task generation settings # task generation settings
PROMPT_CACHE_WINDOW_HOURS: int = 24 PROMPT_CACHE_WINDOW_HOURS: int = 24