mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-09-18 17:27:24 +00:00
NEXTCLOUD_UPLOAD_LIMIT: adjust default to 1G
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
@@ -293,7 +293,7 @@ class ConfigurationManager
|
||||
}
|
||||
|
||||
public string $nextcloudUploadLimit {
|
||||
get => $this->getEnvironmentalVariableOrConfig('NEXTCLOUD_UPLOAD_LIMIT', 'nextcloud_upload_limit', '16G');
|
||||
get => $this->getEnvironmentalVariableOrConfig('NEXTCLOUD_UPLOAD_LIMIT', 'nextcloud_upload_limit', '1G');
|
||||
set { $this->set('nextcloud_upload_limit', $value); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user