ServerBootstrap

final
class ServerBootstrap (
PipeLine
) {}

Members

Functions

heartbeatTimeOut
auto heartbeatTimeOut(uint second)

The Value will be 0 or 5s ~ 1800s. 0 is disable, if(value < 5) value = 5; if(value > 3000) value = 1800;

Meta