mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
fix: windows build (#8807)
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user