Compare commits

..

No commits in common. "0ce5541bac747a4be18fb7327aec824927444778" and "69bbf3e2091a7bea13941614f721a91c82e709ab" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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")]