Hierarchy

  • BatchConfig

Methods

  • Validate makes BatchConfig validatable by implementing [validation.Validatable] interface.

    Returns void

Properties

enabled: boolean
maxBodySize: number

MaxBodySize is the maximum allowed batch request body size in bytes.

If not set, fallbacks to max ~128MB.

maxRequests: number

MaxRequests is the maximum allowed batch request to execute.

timeout: number

Timeout is the the max duration in seconds to wait before cancelling the batch transaction.

Generated using TypeDoc