mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 00:52:23 -04:00
db_lmdb: warn about slowness when running off a spinning disk
This commit is contained in:
parent
2619d966c6
commit
284fe6438d
3 changed files with 75 additions and 0 deletions
|
@ -212,4 +212,6 @@ namespace tools
|
|||
|
||||
bool sha256sum(const uint8_t *data, size_t len, crypto::hash &hash);
|
||||
bool sha256sum(const std::string &filename, crypto::hash &hash);
|
||||
|
||||
bool is_hdd(const char *path);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue