Merge pull request #919 from hapifhir/fix-FilesystemBinaryStorage-interceptor

Fix filesystem binary storage interceptor
This commit is contained in:
Patrick Werner
2026-02-16 12:48:30 +01:00
committed by GitHub
7 changed files with 51 additions and 18 deletions

View File

@@ -430,7 +430,7 @@ hapi:
# binary_storage_filesystem_base_directory: /binstore
# When binary_storage_mode is FILESYSTEM and this value is not set,
# the starter defaults to 102400 bytes so smaller binaries stay inline.
inline_resource_storage_below_size: 4000
binary_storage_minimum_binary_size: 4000
# -------------------------------------------------------------------------------
# P. Remote Terminology Service (disabled by default)