diff --git a/source/client/src/slowQueryMonitor.c b/source/client/src/slowQueryMonitor.c index b42f860d67..7d25cf87ca 100644 --- a/source/client/src/slowQueryMonitor.c +++ b/source/client/src/slowQueryMonitor.c @@ -23,7 +23,7 @@ const int slowQueryLabelCount = 1; const char* slowQueryLabels[] = {"cost"}; const int64_t msInSeconds = 1000; -const int64_t msInMinutes = 60 * msInSeconds; +const int64_t msInMinutes = 60 * 1000; static const char* getSlowQueryLableCostDesc(int64_t cost) { if (cost >= 30 * msInMinutes) {