From 19894ba8abbdca46731e9b6792e31d4355ea5134 Mon Sep 17 00:00:00 2001 From: ORybak5 <12736698+ORybak5@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:11:23 +0000 Subject: [PATCH] documentation adjustment --- OPERATING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OPERATING.md b/OPERATING.md index dca8e59eb..1b549711e 100644 --- a/OPERATING.md +++ b/OPERATING.md @@ -63,7 +63,7 @@ throughput times to allow adjustment if required .... The *Persist Duration* of each message is unique to the sending organisation and is obtained from the [Spine Directory Service (SDS) FHIR API](https://digital.nhs.uk/developer/api-catalogue/spine-directory-service-fhir). Responses for an organisation's message type are cached by default, the frequency the cache is updated is configurable via the environment variable `TIMEOUT_SDS_POLL_FREQUENCY`. -The adaptor checks incomplete transfers periodically, at a default frequency of every six hours. However, this is configurable via the environment variable `TIMEOUT_CRON_TIME`. +The adaptor checks incomplete transfers periodically, at a default frequency of every two hours. However, this is configurable via the environment variable `TIMEOUT_CRON_TIME`. Should you wish to specify a maximum timeout period (in seconds), thus bypassing the above logic, you may specify the value in the `migrationTimeoutOverride` environment variable. @@ -105,7 +105,7 @@ Required environment variables: ### Populating the SNOMED database -The adaptor requires an up to date copy of the SNOMED DB as part of translating FHIR `CodableConcepts`. +The adaptor requires an up-to-date copy of the SNOMED DB as part of translating FHIR `CodableConcepts`. The SNOMED loader script is built as a Docker image, hosted on DockerHub under [nhsdev/nia-ps-snomed-schema](https://hub.docker.com/r/nhsdev/nia-ps-snomed-schema).