mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Increased the TLS error retries from five to eight.
This commit is contained in:
parent
0d8f50f632
commit
1e97133f21
|
@ -34,7 +34,7 @@
|
|||
#include "SystemData.h"
|
||||
#include "Window.h"
|
||||
|
||||
#define FAILED_VERIFICATION_RETRIES 5
|
||||
#define FAILED_VERIFICATION_RETRIES 8
|
||||
|
||||
GuiScraperSearch::GuiScraperSearch(
|
||||
Window* window,
|
||||
|
|
Loading…
Reference in a new issue