Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6080394

Browse files
committed
fix comment
1 parent bca6e37 commit 6080394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbfake/dbfake.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2039,7 +2039,7 @@ func (q *FakeQuerier) GetTemplateAppInsights(ctx context.Context, arg database.G
20392039
t = arg.StartTime
20402040
}
20412041
for t.Before(s.SessionEndedAt) && t.Before(arg.EndTime) {
2042-
appUsageIntervalsByUserAgentApp[key][t] = 60 // 5 minutes.
2042+
appUsageIntervalsByUserAgentApp[key][t] = 60 // 1 minute.
20432043
t = t.Add(1 * time.Minute)
20442044
}
20452045
}

0 commit comments

Comments
 (0)