We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8de9f commit 8831a74Copy full SHA for 8831a74
sc_audit/config.py
@@ -39,7 +39,7 @@ class Settings(BaseSettings):
39
TABLE_PREFIX: DbTablePrefix = None
40
41
VERRA_ASSET_SEARCH_URL: HttpUrl = HttpUrl("https://registry.verra.org/uiapi/asset/asset/search")
42
- VERRA_ASSET_SEARCH_TIMEOUT: int = 8 # seconds
+ VERRA_ASSET_SEARCH_TIMEOUT: int = 10 # seconds
43
VERRA_REPORT_URL: HttpUrl = HttpUrl("https://registry.verra.org/mymodule/rpt/myRpt.asp")
44
45
HORIZON_URL: HttpUrl = HttpUrl("https://horizon.stellar.org")
0 commit comments