Table of Contents

Method WithMetricsQueryTimeout

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithMetricsQueryTimeout(TimeSpan)

Sets the cancellation timeout for each individual COUNT query used to update backlog gauges. Defaults to 5 seconds per query.

public DurabilityBuilder<TDbContext> WithMetricsQueryTimeout(TimeSpan timeout)

Parameters

timeout TimeSpan

Returns

DurabilityBuilder<TDbContext>