aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/src/common.rs
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-01-18 09:48:55 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-01-18 09:48:55 +0200
commitbe9caff6b158a762418815ff2cbaf521b6727029 (patch)
treef7c63a549bc4331b0fe6598417e687e58abf0d41 /log_db/src/common.rs
parent46942daf0292d2cce4cf5b46b0831ef4ffed0526 (diff)
Make lock manager stricter
Diffstat (limited to 'log_db/src/common.rs')
-rw-r--r--log_db/src/common.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/log_db/src/common.rs b/log_db/src/common.rs
index cbf6ce4..9a41074 100644
--- a/log_db/src/common.rs
+++ b/log_db/src/common.rs
@@ -25,7 +25,6 @@ pub const INITIALIZED_FILENAME: &str = "initialized";
pub const METADATA_FILE_HEADER_SIZE: usize = 24;
pub const METADATA_ROW_LENGTH: usize = 16;
-pub const DEFAULT_READ_BUF_SIZE: usize = 1024 * 1024; // 1 MB
pub const LOCK_WAIT_MAX_MS: u64 = 1000;
// Serialized value tags