We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4936708 commit c232744Copy full SHA for c232744
app/src/main/java/com/stevesoltys/seedvault/settings/SettingsManager.kt
@@ -244,7 +244,7 @@ class SettingsManager(private val context: Context) {
244
prefs.edit().putStringSet(PREF_KEY_BACKUP_APP_BLACKLIST, blacklistedApps).apply()
245
}
246
247
- val quota: Long = 1024 * 1024 * 1024 // 1 GiB for now
+ val quota: Long = 3L * 1024 * 1024 * 1024 // 3 GiB for now
248
249
/**
250
* This assumes that if there's no storage plugin set, it is the first start.
0 commit comments