Skip to content

Commit 7ae29b8

Browse files
Remove as not needed
1 parent 5b52246 commit 7ae29b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/osiris_log.erl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@
122122

123123
-define(SKIP_SEARCH_JUMP, 2048).
124124
-define(DEFAULT_READ_AHEAD_LIMIT, 4096).
125-
%% Block size for index scan in fold_index_files_closest (records per read)
126-
-define(INDEX_READ_BLOCK_RECORDS, 1024).
127-
-define(INDEX_READ_BLOCK_BYTES, (?INDEX_READ_BLOCK_RECORDS * ?INDEX_RECORD_SIZE_B)).
125+
128126

129127
%% Specification of the Log format.
130128
%%

0 commit comments

Comments
 (0)