Added --no-cache command line parameter

This commit is contained in:
SChernykh
2021-10-16 13:45:28 +02:00
parent 285560e120
commit 816a29c5ab
4 changed files with 7 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ struct Params
std::string m_config;
std::string m_apiPath;
bool m_localStats = false;
bool m_blockCache = true;
};
} // namespace p2pool