Skip to content

Commit ceddf5c

Browse files
committed
调整提示log信息。
1 parent 7e38a42 commit ceddf5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kbe/src/lib/dbmgr_lib/db_tasks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bool DBTaskBase::process()
3636
uint64 duration = startTime - initTime_;
3737
if(duration > stampsPerSecond())
3838
{
39-
WARNING_MSG(fmt::format("DBTask::process(): delay {0:.2f} seconds, try adjusting the kbengine_defs.xml(numConnections)!\nsql:({1})\n",
39+
WARNING_MSG(fmt::format("DBTask::process(): delay {0:.2f} seconds, try adjusting the kbengine_defs.xml(numConnections) and MySQL(my.cnf->max_connections)!\nsql:({1})\n",
4040
(double(duration)/stampsPerSecondD()), pdbi_->lastquery()));
4141
}
4242

0 commit comments

Comments
 (0)