mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 10:45:56 +08:00
Rename linenoise thread name.
This commit is contained in:
parent
95d4497e2b
commit
2c41c4841d
@ -123,7 +123,7 @@ LineNoise::LineNoise(std::function<void(std::string const&, std::vector<std::str
|
||||
linenoiseSetFreeHintsCallback(free);
|
||||
#endif
|
||||
|
||||
threadPool->addThread(reader, "fdb-line-noise");
|
||||
threadPool->addThread(reader, "fdb-linenoise");
|
||||
}
|
||||
|
||||
LineNoise::~LineNoise() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user