diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-02-01 01:09:04 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-02-01 01:09:04 -0600 |
| commit | f8008002f63fe8094d7996710b01146788a24e07 (patch) | |
| tree | 533a00afa434e67c4301e15c1a1cdfc0e08aa346 /main.cpp | |
| parent | 666dee9bd8ed25f8fb368226ecbfeb1cc9284cfb (diff) | |
| parent | da3eae20f0835ffb2c07b6b7d838417070377443 (diff) | |
| download | monzero-gui-f8008002f63fe8094d7996710b01146788a24e07.tar.gz monzero-gui-f8008002f63fe8094d7996710b01146788a24e07.tar.xz monzero-gui-f8008002f63fe8094d7996710b01146788a24e07.zip | |
Merge pull request #1920
da3eae2 Dynamic monerod --max-concurrency, max 6 (xmrdsc)
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -298,7 +298,7 @@ int main(int argc, char *argv[]) engine.rootContext()->setContextProperty("defaultAccountName", accountName); engine.rootContext()->setContextProperty("applicationDirectory", QApplication::applicationDirPath()); - engine.rootContext()->setContextProperty("numberMiningThreadsAvailable", QThread::idealThreadCount()); + engine.rootContext()->setContextProperty("idealThreadCount", QThread::idealThreadCount()); bool builtWithScanner = false; #ifdef WITH_SCANNER |
