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 413e230 commit 568f8f7Copy full SHA for 568f8f7
wherobots/db/constants.py
@@ -10,7 +10,7 @@
10
DEFAULT_RUNTIME: Runtime = Runtime.SEDONA
11
DEFAULT_REGION: Region = Region.AWS_US_WEST_2
12
DEFAULT_READ_TIMEOUT_SECONDS: float = 0.25
13
-DEFAULT_SESSION_WAIT_TIMEOUT_SECONDS: float = 300
+DEFAULT_SESSION_WAIT_TIMEOUT_SECONDS: float = 900
14
MAX_MESSAGE_SIZE: int = 100 * 2**20 # 100MiB
15
PROTOCOL_VERSION: str = "1.0.0"
16
0 commit comments