From 013d42d03b06ee439f4e435394bbf97d93c5a680 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Wed, 2 Aug 2023 15:32:37 +0200 Subject: [PATCH] Merge pull request #14075 from overleaf/jpa-trim-space [history-v1] trim trailing space in config file GitOrigin-RevId: c3cfa7a18d7ac5b27816a740944bc15fb83b3c95 --- services/history-v1/config/custom-environment-variables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/history-v1/config/custom-environment-variables.json b/services/history-v1/config/custom-environment-variables.json index d32e85a4e4..05ec2907c7 100644 --- a/services/history-v1/config/custom-environment-variables.json +++ b/services/history-v1/config/custom-environment-variables.json @@ -21,7 +21,7 @@ "projectId": "GCS_PROJECT_ID" }, "retryOptions": { - "maxRetries": "GCS_MAX_RETRIES", + "maxRetries": "GCS_MAX_RETRIES", "idempotencyStrategy": "GCS_IDEMPOTENCY_STRATEGY" } },