Merge pull request 'Fixed p2ptime default' (#38) from develop into main
testing/ogcore-api/pipeline/head There was a failure building this commit Details
ogcore-debian-package/pipeline/head This commit looks good Details

Reviewed-on: #38
pull/39/head^2
Manuel Aranda Rosales 2025-06-27 09:18:44 +02:00
commit 0ce5541bac
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 = null;
public ?int $p2pTime = 0;
#[Groups(['image-image-repository:write'])]
#[ApiProperty(description: 'Multicast IP address', example: "239.255.255.250")]