Enum Throttling
Enum for controlling hard disk throttling. Set via Throttling
WARNING: can make tests very slow.
Namespace: Lucene.Net.Store
Assembly: Lucene.Net.TestFramework.dll
Syntax
public enum Throttling
Fields
Name | Description |
---|---|
ALWAYS | always emulate a slow hard disk. could be very slow! |
NEVER | never throttle output |
SOMETIMES | sometimes (2% of the time) emulate a slow hard disk. |