Skip to content

Commit

Permalink
docs: Explain constant
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinperignon committed Dec 19, 2024
1 parent 3ded7ee commit 197ccce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
package com.infomaniak.multiplatform_swisstransfer.utils

object FileUtils {
const val MAX_FILES_SIZE = 50L * 1024 * 1024 * 1024
const val MAX_FILES_SIZE = 50L * 1024 * 1024 * 1024 // 50 GB
}

0 comments on commit 197ccce

Please sign in to comment.