Increased ssl error rate limit from 50k to 100k #4650
@speaker This is nuts... my mac client now errors 50k times before it eventually connects.
This commit is contained in:
parent
3dc3d5b309
commit
42ed1c2f27
|
@ -38,8 +38,8 @@
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
// this limit seems extremely high, but mac client seem to generate around
|
// this limit seems extremely high, but mac client seem to generate around
|
||||||
// 20,000 errors before they establish a connection (wtf?)
|
// 50,000 errors before they establish a connection (wtf?)
|
||||||
kMaxRetryCount = 50000
|
kMaxRetryCount = 100000
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char kFingerprintDirName[] = "SSL/Fingerprints";
|
static const char kFingerprintDirName[] = "SSL/Fingerprints";
|
||||||
|
|
Loading…
Reference in New Issue