Compare commits
No commits in common. "0ce5541bac747a4be18fb7327aec824927444778" and "69bbf3e2091a7bea13941614f721a91c82e709ab" have entirely different histories.
0ce5541bac
...
69bbf3e209
|
@ -43,7 +43,7 @@ class DeployImageInput
|
|||
|
||||
#[Groups(['image-image-repository:write'])]
|
||||
#[ApiProperty(description: 'P2P time for torrent deployment', example: 3600)]
|
||||
public ?int $p2pTime = 0;
|
||||
public ?int $p2pTime = null;
|
||||
|
||||
#[Groups(['image-image-repository:write'])]
|
||||
#[ApiProperty(description: 'Multicast IP address', example: "239.255.255.250")]
|
||||
|
|
Loading…
Reference in New Issue