db_lmdb: resize blockchain database when 90% filled
instead of a random ratio from 60% to 90%.
This commit is contained in:
@@ -450,7 +450,7 @@ private:
|
||||
#endif
|
||||
#endif
|
||||
|
||||
constexpr static float RESIZE_PERCENT = 0.8f;
|
||||
constexpr static float RESIZE_PERCENT = 0.9f;
|
||||
};
|
||||
|
||||
} // namespace cryptonote
|
||||
|
||||
Reference in New Issue
Block a user