mirror of https://github.com/ByConity/ByConity
Update ThreadPool.cpp
This commit is contained in:
parent
a792850ecd
commit
5afb19faf1
|
@ -279,7 +279,7 @@ void GlobalThreadPool::initialize(size_t max_threads)
|
||||||
{
|
{
|
||||||
if (the_instance)
|
if (the_instance)
|
||||||
{
|
{
|
||||||
throw Exception(ErrorCodes::LOGICAL_ERROR,
|
throw Exception(DB::ErrorCodes::LOGICAL_ERROR,
|
||||||
"The global thread pool is initialized twice");
|
"The global thread pool is initialized twice");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue