...
The maximum number of in-process (inflight) write I/O requests that can be allowed on the resource. The default value is 100000.
on-req-write-congestion
Specifies the policy for reacting to write reqs beyond max-req-write-count, which is considered congestion. There are disconnect and block policies, with disconnect being the default.
accelbuf-size size
Buffer size to improve local write performance in asynchronous replication. The default value is 10MB. accelbuf can quickly complete I/O by allocating one buffer and copying data from the generated write buffer space before copying it to the transmit buffer. (Supported after bsr 1.7)
...