Table of Contents

Field DefaultRepeatedQueryThreshold

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

The number of occurrences of one fingerprint at which QueryGuard warns by default.

public const int DefaultRepeatedQueryThreshold = 3

Returns

int
The number of occurrences of one fingerprint at which QueryGuard warns by default.

Remarks

Three, not two. Two occurrences of the same query inside one request is common and usually benign; three is the point at which a loop becomes the more likely explanation. The threshold is the single most important false-positive control QueryGuard has, so it errs toward silence.