FlushAfterCloseDelay Property

The number of seconds to delay flushing for after a file is closed.

Syntax

public int FlushAfterCloseDelay { get; set; }
Public Property FlushAfterCloseDelay As Integer

Default Value

30

Remarks

This property specifies the number of seconds that flushing will be delayed for after a file with unflushed blocks is closed. A value of 0 will cause such files to be flushed immediately upon close.

Flush-after-close delays are intended to prevent excessive flushing operations in cases where a file is opened, written to, and closed many times in succession within the delay period.

Note: This property cannot be changed when Active is true.

 
 
Copyright (c) 2020 Callback Technologies, Inc. - All rights reserved.
CBFS Cache 2020 .NET Edition - Version 20.0 [Build 7647]