Skip to main content

core.medplumclientoptions.autobatchtime

Home > @medplum/core > MedplumClientOptions > autoBatchTime

MedplumClientOptions.autoBatchTime property

The length of time in milliseconds to delay requests for auto batching.

Auto batching attempts to group multiple requests together into a single batch request.

Default value is 0, which disables auto batching.

Signature:

autoBatchTime?: number;