Skip to content

Commit

Permalink
change default value of storage.cache.delta_rate to 0.1
Browse files Browse the repository at this point in the history
Signed-off-by: JaySon-Huang <[email protected]>
  • Loading branch information
JaySon-Huang committed Apr 10, 2023
1 parent 4d982a9 commit aa95bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Server/StorageConfigParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ struct StorageRemoteCacheConfig
String dir;
UInt64 capacity = 0;
UInt64 dtfile_level = 100;
double delta_rate = 0.3;
double delta_rate = 0.1;

bool isCacheEnabled() const;
void initCacheDir() const;
Expand Down

0 comments on commit aa95bf6

Please sign in to comment.