diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-01-18 09:48:55 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-01-18 09:48:55 +0200 |
| commit | be9caff6b158a762418815ff2cbaf521b6727029 (patch) | |
| tree | f7c63a549bc4331b0fe6598417e687e58abf0d41 /log_db/src/common.rs | |
| parent | 46942daf0292d2cce4cf5b46b0831ef4ffed0526 (diff) | |
Make lock manager stricter
Diffstat (limited to 'log_db/src/common.rs')
| -rw-r--r-- | log_db/src/common.rs | 1 |
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 |
