remove old STORAGE_USERS_ASYNC_UPLOADS envvar from docs
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -39,7 +39,7 @@ class OcisConfigContext implements Context {
|
||||
*/
|
||||
public function asyncUploadHasbeenEnabledWithDelayedPostProcessing(string $delayTime): void {
|
||||
$envs = [
|
||||
"STORAGE_USERS_OCIS_ASYNC_UPLOADS" => true,
|
||||
"OCIS_ASYNC_UPLOADS" => true,
|
||||
"OCIS_EVENTS_ENABLE_TLS" => false,
|
||||
"POSTPROCESSING_DELAY" => $delayTime . "s",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user