Skip to content

Commit 4a9ae96

Browse files
committed
feat: change default session type to multi
1 parent 349fd00 commit 4a9ae96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wherobots/db/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
DEFAULT_RUNTIME: Runtime = Runtime.TINY
1414
DEFAULT_REGION: Region = Region.AWS_US_WEST_2
15-
DEFAULT_SESSION_TYPE: SessionType = SessionType.SINGLE
15+
DEFAULT_SESSION_TYPE: SessionType = SessionType.MULTI
1616
DEFAULT_READ_TIMEOUT_SECONDS: float = 0.25
1717
DEFAULT_SESSION_WAIT_TIMEOUT_SECONDS: float = 900
1818

0 commit comments

Comments
 (0)