[core] Remove assert for chunkSize which can be 0 now

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-07-11 22:56:18 +07:00
parent 7db355dd5c
commit c838e06d54

View File

@@ -114,7 +114,6 @@ int64_t ChunksDownloadStrategy::LoadOrInitChunks(string const & fName, int64_t f
int64_t chunkSize)
{
ASSERT ( fileSize > 0, () );
ASSERT ( chunkSize > 0, () );
if (Platform::IsFileExistsByFullPath(fName))
{