We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2760cc commit c9920afCopy full SHA for c9920af
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.31.1 - TBD
4
+
5
+#### Enhancements
6
+- Increase `Live` session connection & authentication timeouts
7
8
## 0.31.0 - 2024-03-05
9
10
#### Enhancements
databento/live/session.py
@@ -25,8 +25,8 @@
25
26
logger = logging.getLogger(__name__)
27
28
-AUTH_TIMEOUT_SECONDS: Final = 2.0
29
-CONNECT_TIMEOUT_SECONDS: Final = 5.0
+AUTH_TIMEOUT_SECONDS: Final = 30.0
+CONNECT_TIMEOUT_SECONDS: Final = 10.0
30
DBN_QUEUE_CAPACITY: Final = 2**20
31
DEFAULT_REMOTE_PORT: Final = 13000
32
0 commit comments