mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-03-19 17:43:28 +00:00
workaround for typing bug
This commit is contained in:
parent
ff158a6547
commit
cbd4a65775
@ -22,7 +22,7 @@ class DelugeNodeConfig(BaseModel):
|
||||
|
||||
|
||||
class DelugeNodeSetConfig(BaseModel):
|
||||
network_size: int = Field(gte=2)
|
||||
network_size: int = Field(gt=1)
|
||||
address: str
|
||||
daemon_port: int
|
||||
listen_ports: list[int] = Field(min_length=2, max_length=2)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user