From 94113b28aa524293c9b98af75f398b0af9f6054b Mon Sep 17 00:00:00 2001 From: Saw-jan Date: Wed, 21 Dec 2022 15:59:25 +0545 Subject: [PATCH] enable async uploads enable async uploads --- .drone.star | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.star b/.drone.star index c56951396..b964328bd 100644 --- a/.drone.star +++ b/.drone.star @@ -2041,6 +2041,8 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on = "IDM_CREATE_DEMO_USERS": True, "IDM_ADMIN_PASSWORD": "admin", # override the random admin password from `ocis init` "FRONTEND_SEARCH_MIN_LENGTH": "2", + "STORAGE_USERS_OCIS_ASYNC_UPLOADS": True, + "OCIS_EVENTS_ENABLE_TLS": False, } wait_for_ocis = { "name": "wait-for-ocis-server", @@ -2076,6 +2078,8 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on = "APP_PROVIDER_WOPI_INSECURE": "true", "APP_PROVIDER_WOPI_WOPI_SERVER_EXTERNAL_URL": "http://wopiserver:8880", "APP_PROVIDER_WOPI_FOLDER_URL_BASE_URL": "https://ocis-server:9200", + "STORAGE_USERS_OCIS_ASYNC_UPLOADS": True, + "OCIS_EVENTS_ENABLE_TLS": False, } wait_for_ocis = { "name": "wait-for-ocis-server", @@ -2138,6 +2142,8 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on = "OCIS_CONFIG_DIR": "/etc/ocis", "PROXY_ENABLE_BASIC_AUTH": "true", "FRONTEND_SEARCH_MIN_LENGTH": "2", + "STORAGE_USERS_OCIS_ASYNC_UPLOADS": True, + "OCIS_EVENTS_ENABLE_TLS": False, } wait_for_ocis = { "name": "wait-for-ocis-server",