mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
NEXTCLOUD_UPLOAD_LIMIT: adjust default to 1G
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
9b345e9289
commit
395a860755
8 changed files with 11 additions and 11 deletions
|
|
@ -691,7 +691,7 @@ class ConfigurationManager
|
|||
public function GetNextcloudUploadLimit() : string {
|
||||
$envVariableName = 'NEXTCLOUD_UPLOAD_LIMIT';
|
||||
$configName = 'nextcloud_upload_limit';
|
||||
$defaultValue = '16G';
|
||||
$defaultValue = '1G';
|
||||
return $this->GetEnvironmentalVariableOrConfig($envVariableName, $configName, $defaultValue);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue