Compare commits
3 Commits
69bbf3e209
...
0ce5541bac
Author | SHA1 | Date |
---|---|---|
|
0ce5541bac | |
|
ce8ac4c2d0 | |
|
2f635fdfdf |
|
@ -43,7 +43,7 @@ class DeployImageInput
|
|||
|
||||
#[Groups(['image-image-repository:write'])]
|
||||
#[ApiProperty(description: 'P2P time for torrent deployment', example: 3600)]
|
||||
public ?int $p2pTime = null;
|
||||
public ?int $p2pTime = 0;
|
||||
|
||||
#[Groups(['image-image-repository:write'])]
|
||||
#[ApiProperty(description: 'Multicast IP address', example: "239.255.255.250")]
|
||||
|
|
Loading…
Reference in New Issue