We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23c136 commit 07eb997Copy full SHA for 07eb997
1 file changed
app/src/main/java/com/lagradost/cloudstream3/utils/downloader/DownloadManager.kt
@@ -187,8 +187,8 @@ object VideoDownloadManager {
187
private val DOWNLOAD_PARTIAL_SUCCESS =
188
DownloadStatus(retrySame = true, tryNext = false, success = true)
189
190
- /** 10MB minimum size */
191
- const val DOWNLOAD_PARTIAL_MIN_SIZE = 1_048_576L * 10L
+ /** 50MB minimum size */
+ const val DOWNLOAD_PARTIAL_MIN_SIZE = 1_048_576L * 50L
192
193
/** bad config, skip all mirrors as every call to download will have the same bad config */
194
private val DOWNLOAD_BAD_CONFIG =
0 commit comments