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