Skip to content

Commit

Permalink
fix[test}: fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
duanlinlin committed Jul 19, 2024
1 parent b2d4872 commit 0905f12
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
# set by jni: options.setInfoLogLevel
info_log_level=INFO_LEVEL
# set by jni: options.setKeepLogFileNum
keep_log_file_num=30
keep_log_file_num=1
# set by jni: options.setLogFileTimeToRoll
log_file_time_to_roll=86400
# set by jni: options.setMaxBackgroundJobs or options.setIncreaseParallelism
max_background_jobs=2
# set by jni: options.setMaxSubcompactions
max_subcompactions=1
# set by jni: options.setMaxTotalWalSize
max_total_wal_size=536870912
max_total_wal_size=1000
# set by jni: options.setMaxOpenFiles
max_open_files=-1
# set by jni: options.setDeleteObsoleteFilesPeriodMicros
Expand All @@ -40,9 +40,9 @@
# set by jni: options.setCompressionType
compression=kLZ4Compression
# set by jni: options.setWriteBufferSize
write_buffer_size=67108864
write_buffer_size=1024
# set by jni: options.setMaxWriteBufferNumber
max_write_buffer_number=4
max_write_buffer_number=1
# set by jni: options.setNumLevels
num_levels=7
# set by jni: options.setLevelZeroFileNumCompactionTrigger
Expand Down

0 comments on commit 0905f12

Please sign in to comment.