From fbabfde819042ccca0fadf9a7c0be87b81f57b8c Mon Sep 17 00:00:00 2001 From: Jonathan Weth Date: Sun, 11 Aug 2024 13:59:21 +0200 Subject: [PATCH] Add option for configuring object_storage.max_request_attempts in Docker --- .../production/config/custom-environment-variables.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index ca625c648..e9cb6026a 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml @@ -85,6 +85,10 @@ object_storage: __name: "PEERTUBE_OBJECT_STORAGE_MAX_UPLOAD_PART" __format: "json" + max_request_attempts: + __name: "PEERTUBE_OBJECT_STORAGE_MAX_REQUEST_ATTEMPTS" + __format: "json" + streaming_playlists: bucket_name: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_BUCKET_NAME" prefix: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_PREFIX"