From 61e7268b3a605ac7dda2a766176f75f2298c0ce6 Mon Sep 17 00:00:00 2001 From: Matteo Chesi Date: Fri, 12 Jun 2026 15:18:35 +0200 Subject: [PATCH] Add parallax_imagestore_keepalive to config schema --- crates/raster/src/schema/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/raster/src/schema/config.json b/crates/raster/src/schema/config.json index 9d34152..456b512 100644 --- a/crates/raster/src/schema/config.json +++ b/crates/raster/src/schema/config.json @@ -25,6 +25,10 @@ "description": "shared filesystem path where to store/load images", "type": "string" }, + "parallax_imagestore_keepalive": { + "description": "enable/disable parallax imagestore keepalive", + "type": "boolean" + }, "parallax_mount_program": { "description": "filesystem path to the utilty that handles shared images mounts", "type": "string"