DEFAULT_AWAIT_INITIAL_CONNECTION   
  Indicates whether the server should wait for the first incoming connection before proceeding.
This constant is set to false by default, meaning the server does not wait for an initial connection and continues with its execution. It is used as a default value for the waitConnection parameter in the DefaultServerConnectionConfig class.