The maximum number of log records that can be stored in the asynchronous queue is determined by the queue-size property. The default queue size set is 10000, which means that the server will continuously flush messages from the queue to the log. The server does not wait for the queue to fill up before flushing to the log. Therefore, lowering this value can impact performance.