mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +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);
|
linenoiseSetFreeHintsCallback(free);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
threadPool->addThread(reader, "fdb-line-noise");
|
threadPool->addThread(reader, "fdb-linenoise");
|
||||||
}
|
}
|
||||||
|
|
||||||
LineNoise::~LineNoise() {
|
LineNoise::~LineNoise() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user