diff options
| author | Kaz Wesley <[email protected]> | 2016-05-05 11:55:46 -0700 |
|---|---|---|
| committer | Kaz Wesley <[email protected]> | 2016-05-05 13:25:35 -0700 |
| commit | e53e7c54736b98098553ba1a5191e093684f9114 (patch) | |
| tree | 8849c71c722c0ec652da7bf4b062d8c5900a09dc /src/util.h | |
| parent | Merge #7840: Several performance and privacy improvements to inv/mempool hand... (diff) | |
| download | discoin-e53e7c54736b98098553ba1a5191e093684f9114.tar.xz discoin-e53e7c54736b98098553ba1a5191e093684f9114.zip | |
don't run ThreadMessageHandler at lowered priority
There's no clear reason ThreadMessageHandler should be low priority.
Fixes #8010 (priority inversion).
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index 25c9b733e..45e81ab67 100644 --- a/src/util.h +++ b/src/util.h @@ -208,7 +208,6 @@ std::string HelpMessageOpt(const std::string& option, const std::string& message */ int GetNumCores(); -void SetThreadPriority(int nPriority); void RenameThread(const char* name); /** |