Last active
December 15, 2023 18:46
-
-
Save automine/1475182653345c048cb024f2745520c4 to your computer and use it in GitHub Desktop.
Recommended tunings for SHC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[replicationSettings] | |
sendRcvTimeout = 120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[httpServer] | |
busyKeepAliveIdleTimeout = 180 | |
streamInWriteTimeout = 30 | |
[sslConfig] | |
useClientSSLCompression=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[distributedSearch] | |
statusTimeout = 120 | |
sendTimeout = 120 | |
receiveTimeout = 1200 | |
connectionTimeout = 120 | |
authTokenConnectionTimeout = 120 | |
authTokenSendTimeout = 120 | |
authTokenReceiveTimeout = 120 | |
[replicationSettings] | |
replicationThreads = 16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[sslConfig] | |
useClientSSLCompression=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment