mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 09:27:37 +02:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue