Skip to content

Commit

Permalink
default should be rocks default
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Fukushima <[email protected]>
  • Loading branch information
gfukushima committed Feb 19, 2025
1 parent 7bd2bec commit b5c7b0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class KvStoreConfiguration {

public static final int DEFAULT_MAX_BACKGROUND_JOBS = 6;
public static final int DEFAULT_BACKGROUND_THREAD_COUNT = 6;
public static final long DEFAULT_CACHE_CAPACITY = 8 << 20;
public static final long DEFAULT_CACHE_CAPACITY = 32 << 20;
public static final long LARGER_CACHE_CAPACITY = 128 << 20; // 128MB
public static final long DEFAULT_WRITE_BUFFER_CAPACITY = 128 << 20;
private static final boolean DEFAULT_OPTIMISE_FOR_SMALL_DB = false;
Expand Down

0 comments on commit b5c7b0c

Please sign in to comment.