mozilla / tls-canary

DEPRECATED - TLS regression scanner for Firefox
https://tlscanary.mozilla.org/
Mozilla Public License 2.0
18 stars 15 forks source link

Temporarily cap URI limit to 100k #99

Closed mwobensmith closed 7 years ago

mwobensmith commented 7 years ago

Because of memory issues, we aren't currently able to process the entire list of 500k+ hosts. While we address this in issue #44, we have discussed putting in a temporary default limit of 100k sites, and potentially display a warning message if the user tries to override and run more.

cr commented 7 years ago

Addressed by #100