diff --git a/src/slowlog.h b/src/slowlog.h index e3781c67b..655fb25f4 100644 --- a/src/slowlog.h +++ b/src/slowlog.h @@ -35,7 +35,7 @@ typedef struct slowlogEntry { robj **argv; int argc; long long id; /* Unique entry identifier. */ - long long duration; /* Time spent by the query, in nanoseconds. */ + long long duration; /* Time spent by the query, in microseconds. */ time_t time; /* Unix time at which the query was executed. */ sds cname; /* Client name. */ sds peerid; /* Client network address. */