mirror of https://gitee.com/bigwinds/arangodb
fix wrong function name
This commit is contained in:
parent
fa683d3925
commit
41c0236c87
|
@ -55,7 +55,7 @@ function runSetup () {
|
|||
|
||||
// this should trigger the background sync thread at least once,
|
||||
// though this is not guaranteed under high load
|
||||
c.recalculateCounts();
|
||||
c.recalculateCount();
|
||||
|
||||
internal.debugSegfault('crashing server');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue