Interface IKickRequestSystem
Engine-agnostic public API for the kick request processing system on a world server. Provides configuration surface and allows other systems to query or modify runtime pump parameters without referencing the implementation.
public interface IKickRequestSystem : IServerBehaviour, IServerComponent
Properties
UpdateFetchCount
Maximum number of kick requests fetched per poll.
int UpdateFetchCount { get; set; }
Property Value
UpdatePumpRate
The update/poll rate in seconds used when checking the database for kick requests.
float UpdatePumpRate { get; set; }