Skip to content

Commit 6aa1858

Browse files
committed
make setting nullable
1 parent 60b21d1 commit 6aa1858

File tree

1 file changed

+1
-1
lines changed
  • services/web/server/src/simcore_service_webserver/collaboration

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/collaboration/settings.py

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

1313
class RealTimeCollaborationSettings(BaseCustomSettings):
1414
RTC_MAX_NUMBER_OF_USERS: Annotated[
15-
PositiveInt,
15+
PositiveInt | None,
1616
Field(
1717
description="Maximum number of users allowed in a real-time collaboration session",
1818
),

0 commit comments

Comments
 (0)