Use more realistic value for maxUploadSize
This commit is contained in:
committed by
Benoit Marty
parent
9e00ca323d
commit
07f8f878d2
@@ -95,7 +95,7 @@ fun aMediaUploadInfo(
|
||||
)
|
||||
|
||||
fun aMediaOptimisationSelectorState(
|
||||
maxUploadSize: Long = 100,
|
||||
maxUploadSize: Long = 100 * 1024 * 1024,
|
||||
videoSizeEstimations: AsyncData<ImmutableList<VideoUploadEstimation>> = AsyncData.Success(persistentListOf()),
|
||||
isImageOptimizationEnabled: Boolean = true,
|
||||
selectedVideoPreset: VideoCompressionPreset = VideoCompressionPreset.STANDARD,
|
||||
|
||||
Reference in New Issue
Block a user