Table of Contents

Property MaxTotalDuration

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

MaxTotalDuration

Gets the maximum summed command duration allowed, or null when unlimited.

public TimeSpan? MaxTotalDuration { get; }

Property Value

TimeSpan?

Remarks

Unset by default, and it should stay unset outside an environment you control. Shared CI machines are noisy enough that a duration budget produces intermittent failures, and an intermittently failing guard teaches users to distrust every finding it reports.