Tweak comment

This commit is contained in:
MICHAEL JACKSON 2017-05-20 08:32:48 -07:00
parent 57879a8d04
commit f535ab6b90
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ const ingestLogs = (zone, startSeconds, endSeconds) =>
const dayKey = `${date.getUTCFullYear()}/${date.getUTCMonth()}/${date.getUTCDate()}`
const minuteKey = `${date.getUTCHours()}/${date.getUTCMinutes()}`
// Q: How many requests do we receive per day?
// Q: How many requests do we receive per minute?
incrementKey(changes, `${dayKey}/totalRequests/${minuteKey}`, 1)
// Q: How many requests do we receive to edge/cache/origin per minute?