reth_exex

Constant WAL_BLOCKS_WARNING

Source
pub const WAL_BLOCKS_WARNING: usize = 128;
Expand description

The maximum number of blocks allowed in the WAL before emitting a warning.

This constant defines the threshold for the Write-Ahead Log (WAL) size. If the number of blocks in the WAL exceeds this limit, a warning is logged to indicate potential issues.