Click or drag to resize
Akka.NETUpdateReplayMax Property
Maximum number of messages to replay when handling this update request. Defaults to MaxValue (i.e. no limit).

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public long ReplayMax { get; }

Property Value

Type: Int64
See Also