core.medplumclientoptions.autobatchtime | Medplum
MedplumClientOptions.autoBatchTime property [](/content/docs/sdk/core.medplumclientoptions.autobatchtime#medplumclientoptionsautobatchtime-property "Direct link to MedplumClientOptions.autoBatchTime property"/index.html)
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;