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"