Keyoti Search for ASP.NET API Docs
RequestThrottle Property
API DocumentationKeyoti.SearchEngineConfigurationRequestThrottle
Keyoti Search for ASP.NET 2010
The length of time, in milliseconds, that the application will wait before each request is made, in order to limit the server load.
Declaration Syntax
C#Visual BasicVisual C++
public int RequestThrottle { get; set; }
Public Property RequestThrottle As Integer
public:
property int RequestThrottle {
	int get ();
	void set (int value);
}
Remarks
By default this is zero, which is for fastest operation. If the import or index operation is placing too much load on the target server, then increasing this value should lower the load. Higher numbers result in slower import and indexing operations, but do not effect search.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609