fix: windows build (#8807)

This commit is contained in:
Matthias Seitz
2024-06-13 22:15:08 +02:00
committed by GitHub
parent ff33c281c7
commit de46a46849

View File

@ -41,7 +41,6 @@ const DEFAULT_MAX_READERS: u64 = 32_000;
/// Space that a read-only transaction can occupy until the warning is emitted.
/// See [`reth_libmdbx::EnvironmentBuilder::set_handle_slow_readers`] for more information.
#[cfg(not(windows))]
const MAX_SAFE_READER_SPACE: usize = 10 * GIGABYTE;
/// Environment used when opening a MDBX environment. RO/RW.