1
0
Fork 0

re-set fillgrades back to original values

This commit is contained in:
jsteemann 2017-05-15 16:47:41 +02:00
parent c06c18019e
commit 11cf6ed5c6
1 changed files with 2 additions and 2 deletions

View File

@ -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;