Attempt to fix large deployment download

This commit is contained in:
Khushboo Verma
2025-08-18 12:42:31 +05:30
parent 78c5d5aeff
commit eb5a8a9e45
@@ -134,6 +134,7 @@ class Get extends Action
->setStatusCode(Response::STATUS_CODE_PARTIALCONTENT);
$response->send($device->read($path, $start, ($end - $start + 1)));
return;
}
if ($size > APP_STORAGE_READ_BUFFER) {