mirror of https://gitee.com/bigwinds/arangodb
re-set fillgrades back to original values
This commit is contained in:
parent
c06c18019e
commit
11cf6ed5c6
|
@ -179,8 +179,8 @@ class Table : public std::enable_shared_from_this<Table> {
|
|||
uint32_t idealSize() const;
|
||||
|
||||
private:
|
||||
static constexpr double idealLowerRatio = 0.05;
|
||||
static constexpr double idealUpperRatio = 0.33;
|
||||
static constexpr double idealLowerRatio = 0.125;
|
||||
static constexpr double idealUpperRatio = 0.75;
|
||||
|
||||
State _state;
|
||||
|
||||
|
|
Loading…
Reference in New Issue