mirror of https://gitee.com/bigwinds/arangodb
fixed statistics interval
This commit is contained in:
parent
f0f9664bae
commit
e7c18b40a6
|
@ -471,7 +471,7 @@ function compute15Minute (start, clusterId) {
|
|||
/// @brief statistics interval
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
exports.STATISTICS_INTERVAL = 1000;
|
||||
exports.STATISTICS_INTERVAL = 10;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief statistics interval for history
|
||||
|
|
Loading…
Reference in New Issue