Skip to content

Commit 9ef66ef

Browse files
committed
fix: increase API timeout to 9000 seconds for improved stability
1 parent 5d4a450 commit 9ef66ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vfbterms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
MAX_ACTIVE_BEFORE_BACKOFF = 20 # Back off when this many queries are active
3636
STATUS_CHECK_INTERVAL = 10 # Seconds between status checks while waiting
3737
MAX_CAPACITY_WAIT_SECONDS = 600 # Give up waiting for capacity after this long
38-
API_TIMEOUT_SECONDS = int(os.environ.get("VFB_API_TIMEOUT_SECONDS", "900"))
38+
API_TIMEOUT_SECONDS = int(os.environ.get("VFB_API_TIMEOUT_SECONDS", "9000"))
3939

4040
# Known ID prefixes for internal link conversion
4141
KNOWN_PREFIXES = (

0 commit comments

Comments
 (0)