Increased the TLS error retries from five to eight.

This commit is contained in:
Leon Styhre 2021-05-24 21:22:10 +02:00
parent 0d8f50f632
commit 1e97133f21

View file

@ -34,7 +34,7 @@
#include "SystemData.h"
#include "Window.h"
#define FAILED_VERIFICATION_RETRIES 5
#define FAILED_VERIFICATION_RETRIES 8
GuiScraperSearch::GuiScraperSearch(
Window* window,