From 199b80d7913ae588b098aa653ff0c24181a0a31a Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Mon, 6 Mar 2023 15:15:53 -0500 Subject: [PATCH] 19899: Remove webdav cache disable from cypress config to properly test cache-control header cache-busting Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- tools/arvados_config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/arvados_config.yml b/tools/arvados_config.yml index cfa1a3a9..1ef77b86 100644 --- a/tools/arvados_config.yml +++ b/tools/arvados_config.yml @@ -16,8 +16,6 @@ Clusters: ForwardSlashNameSubstitution: / ManagedProperties: original_owner_uuid: {Function: original_owner, Protected: true} - WebDAVCache: - TTL: 0s Login: TrustPrivateNetworks: true PAM: -- 2.30.2