Merge pull request #7291 from kobergj/NextDocsFix

[tests-only] Use OCIS_ASYNC_UPLOADS in docs
This commit is contained in:
kobergj
2023-09-19 11:28:07 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -40,7 +40,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",
];