reduce domain cutting from 100 to 99
This commit is contained in:
parent
a1a405220e
commit
788d75a5e9
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ checks = order_by_failures([
|
||||||
Check("weirdsub", _weirdsub, 152),
|
Check("weirdsub", _weirdsub, 152),
|
||||||
])
|
])
|
||||||
|
|
||||||
likely, unlikely = partition_checks(checks, 100)
|
likely, unlikely = partition_checks(checks, 99)
|
||||||
|
|
||||||
defunct = [
|
defunct = [
|
||||||
"panda.tv", # imochen.github.io
|
"panda.tv", # imochen.github.io
|
||||||
|
|
Loading…
Add table
Reference in a new issue