1
0
Fork 0

fix wrong function name

This commit is contained in:
jsteemann 2018-10-10 01:43:49 +02:00
parent fa683d3925
commit 41c0236c87
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}