From e088a9f7bbbd913e00d80a4f58223a1c69d7249c Mon Sep 17 00:00:00 2001 From: John Chilton Date: Tue, 9 Jul 2024 10:41:55 -0400 Subject: [PATCH] Fix shared caches with extended metadata collection. --- lib/galaxy/objectstore/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/galaxy/objectstore/__init__.py b/lib/galaxy/objectstore/__init__.py index 724fcc3e6267..4a4d639bf927 100644 --- a/lib/galaxy/objectstore/__init__.py +++ b/lib/galaxy/objectstore/__init__.py @@ -1726,6 +1726,7 @@ def config_to_dict(config): "jobs_directory": config.jobs_directory, "new_file_path": config.new_file_path, "object_store_cache_path": config.object_store_cache_path, + "object_store_cache_size": config.object_store_cache_size, "gid": config.gid, }