Move MAX_LOG_UPLOAD_SIZE to RageshakeConfig
This commit is contained in:
parent
816d60b6ce
commit
ea679cc108
3 changed files with 6 additions and 8 deletions
|
|
@ -40,9 +40,4 @@ object ApplicationConfig {
|
|||
* For Element, the value is "Element". We use the same name for desktop and mobile for now.
|
||||
*/
|
||||
const val DESKTOP_APPLICATION_NAME: String = "Element"
|
||||
|
||||
/**
|
||||
* The maximum size of the upload request. Default value is just below CloudFlare's max request size.
|
||||
*/
|
||||
const val MAX_LOG_UPLOAD_SIZE = 50 * 1024 * 1024L
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,4 +19,8 @@ package io.element.android.appconfig
|
|||
object RageshakeConfig {
|
||||
const val BUG_REPORT_URL = "https://riot.im/bugreports/submit"
|
||||
const val BUG_REPORT_APP_NAME = "element-x-android"
|
||||
/**
|
||||
* The maximum size of the upload request. Default value is just below CloudFlare's max request size.
|
||||
*/
|
||||
const val MAX_LOG_UPLOAD_SIZE = 50 * 1024 * 1024L
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue