Not hitting a db shouldnt be colored any differently than a small value.

This commit is contained in:
Samuel Clay 2022-03-04 12:51:43 -05:00
parent 0bae64e6fd
commit b1de95dd20

View file

@ -63,8 +63,8 @@ class DumpRequestMiddleware:
color = '~SB~FR'
elif seconds > .1:
color = '~FW'
elif seconds == 0:
color = '~FK'
# elif seconds == 0:
# color = '~FK~SB'
return color
def __init__(self, get_response=None):