Be more clear about the effect of the statusInterval number

remotes/origin/bin-rhel65
Raul Ochoa 10 years ago
parent ceb1bb7f50
commit 98967cdf88

@ -114,7 +114,7 @@ var config = {
elapsedThreshold: 25 // the threshold to determine an slow acquire must be reported or not
},
emitter: {
statusInterval: 5000 // the time in millisecond between each status report is emitted from the pool
statusInterval: 5000 // time, in ms, between each status report is emitted from the pool, status is sent to statsd
}
}
,sqlapi: {

@ -108,7 +108,7 @@ var config = {
elapsedThreshold: 25 // the threshold to determine an slow acquire must be reported or not
},
emitter: {
statusInterval: 5000 // the time in millisecond between each status report is emitted from the pool
statusInterval: 5000 // time, in ms, between each status report is emitted from the pool, status is sent to statsd
}
}
,sqlapi: {

@ -108,7 +108,7 @@ var config = {
elapsedThreshold: 25 // the threshold to determine an slow acquire must be reported or not
},
emitter: {
statusInterval: 5000 // the time in millisecond between each status report is emitted from the pool
statusInterval: 5000 // time, in ms, between each status report is emitted from the pool, status is sent to statsd
}
}
,sqlapi: {

@ -108,7 +108,7 @@ var config = {
elapsedThreshold: 25 // the threshold to determine an slow acquire must be reported or not
},
emitter: {
statusInterval: 5000 // the time in millisecond between each status report is emitted from the pool
statusInterval: 5000 // time, in ms, between each status report is emitted from the pool, status is sent to statsd
}
}
,sqlapi: {

Loading…
Cancel
Save