Skip to content

Commit 5a76157

Browse files
committed
there will be 14 results returned in the query response times histogram
1 parent 2cc324a commit 5a76157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def fetch_mysql_response_times(conn):
389389
except MySQLdb.OperationalError:
390390
return {}
391391

392-
for i in range(1, 13):
392+
for i in range(1, 14):
393393
row = result.fetchone()
394394

395395
# fill in missing rows with zeros

0 commit comments

Comments
 (0)