Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit f75d91e

Browse files
moushichengacgnhiki
authored andcommitted
fix: ensure room_id scope
1 parent 975fa27 commit f75d91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blrec/setting/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def from_settings(cls, settings: TaskSettings) -> TaskOptions:
315315

316316
class TaskSettings(TaskOptions):
317317
# must use the real room id rather than the short room id!
318-
room_id: Annotated[int, Field(ge=1, lt=2**32)]
318+
room_id: Annotated[int, Field(ge=1, lt=2**100)]
319319
enable_monitor: bool = True
320320
enable_recorder: bool = True
321321

0 commit comments

Comments
 (0)