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# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public int RequestThrottle { get; set; }
public int RequestThrottle { get; set; }
Public Property RequestThrottle As Integer Get Set
Public Property RequestThrottle As Integer Get Set
public: property int RequestThrottle { int get (); void set (int value); }
public: property int RequestThrottle { int get (); void set (int value); }
member RequestThrottle : int with get, set
member RequestThrottle : int with get, set
Property 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: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120