AcceptWait is an Integer property that defines the time-out for accepting a new connection on the TIdSocketHandle in Server.Bindings. AcceptWait is expressed in milliseconds. The default value for AcceptWait is 1000 (1 second).
AcceptWait is used in the Run method to determine if the TIdSocketHandle in Server.Bindings is readable.