diff --git a/src/Dto/Input/DeployImageInput.php b/src/Dto/Input/DeployImageInput.php index bb4fc9a..d2c021b 100644 --- a/src/Dto/Input/DeployImageInput.php +++ b/src/Dto/Input/DeployImageInput.php @@ -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")]