mirror of https://github.com/Icinga/icinga2.git
parent
fc90265332
commit
f6378c9417
|
@ -39,7 +39,7 @@ REGISTER_TYPE(IdoMysqlConnection);
|
|||
REGISTER_STATSFUNCTION(IdoMysqlConnection, &IdoMysqlConnection::StatsFunc);
|
||||
|
||||
IdoMysqlConnection::IdoMysqlConnection(void)
|
||||
: m_QueryQueue(500000)
|
||||
: m_QueryQueue(1000000)
|
||||
{ }
|
||||
|
||||
void IdoMysqlConnection::StatsFunc(const Dictionary::Ptr& status, const Array::Ptr& perfdata)
|
||||
|
|
|
@ -41,7 +41,7 @@ REGISTER_TYPE(IdoPgsqlConnection);
|
|||
REGISTER_STATSFUNCTION(IdoPgsqlConnection, &IdoPgsqlConnection::StatsFunc);
|
||||
|
||||
IdoPgsqlConnection::IdoPgsqlConnection(void)
|
||||
: m_QueryQueue(500000)
|
||||
: m_QueryQueue(1000000)
|
||||
{ }
|
||||
|
||||
void IdoPgsqlConnection::StatsFunc(const Dictionary::Ptr& status, const Array::Ptr& perfdata)
|
||||
|
|
Loading…
Reference in New Issue