mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user