| BatchingSqlJournalSetupMaxBufferSize Property |
Maximum size of requests stored in journal buffer. Once buffer will be surpassed, it will start
to apply
OnBufferOverflow(IJournalMessage) method to incoming requests.
Namespace:
Akka.Persistence.Sql.Common.Journal
Assembly:
Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int MaxBufferSize { get; }
member MaxBufferSize : int with get
Property Value
Type:
Int32See Also