Skip to content

frontend


Variable: FHIR_POLLING_TIME

const FHIR_POLLING_TIME: 5000 = 5000

Defined in: src/lib/constants.ts:22

FHIR Polling Time (milliseconds)

How often to check if the FHIR server is ready during initialisation. Used when polling /patients or /health endpoints until fhir_ready is true.

Default

5000 (5 seconds)