Merge pull request #4256

d6fc870 db_lmdb: resize blockchain database when 90% filled (moneromooo-monero)
This commit is contained in:
luigi1111
2018-09-10 15:04:50 -05:00
2 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ private:
#endif
#endif
constexpr static float RESIZE_PERCENT = 0.8f;
constexpr static float RESIZE_PERCENT = 0.9f;
};
} // namespace cryptonote