Skip to content

Commit 3fc4bf0

Browse files
author
xuchengxuan
committed
Fixed comments of slowlog duration
1 parent d3b32ca commit 3fc4bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slowlog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ typedef struct slowlogEntry {
3535
robj **argv;
3636
int argc;
3737
long long id; /* Unique entry identifier. */
38-
long long duration; /* Time spent by the query, in nanoseconds. */
38+
long long duration; /* Time spent by the query, in microseconds. */
3939
time_t time; /* Unix time at which the query was executed. */
4040
} slowlogEntry;
4141

0 commit comments

Comments
 (0)