mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 14:11:05 +00:00
Higher thresholds
This commit is contained in:
parent
bfce5b8dc9
commit
eb47c17905
1 changed files with 2 additions and 2 deletions
|
@ -47,9 +47,9 @@ class DumpRequestMiddleware:
|
|||
|
||||
def color_db(self, seconds, default):
|
||||
color = default
|
||||
if seconds >= .1:
|
||||
if seconds >= .25:
|
||||
color = '~SB~FR'
|
||||
elif seconds > .01:
|
||||
elif seconds > .1:
|
||||
color = '~FW'
|
||||
return color
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue