TrackingArchiveTEntityMaximumQueueLength Property |
Gets or sets the maximum length of the queue of committed transactions to be archived.
If transactions are committed at a higher rate than they can be archived, the length of the queue
will grow. When it reaches this maximum length, committing threads will block until the archiver
catches up. Setting this value too high will result in excessive memory usage. Changes to this
value while the archiver
IsRunning will not take effect until it is restarted.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int MaximumQueueLength { get; set; }
Public Property MaximumQueueLength As Integer
Get
Set
public:
property int MaximumQueueLength {
int get ();
void set (int value);
}
member MaximumQueueLength : int with get, set
Property Value
Type:
Int32See Also