[MM-57106] Remove unused cluster settings (#26490)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
2e96a3f1e7
Коммит
7337c384a8
@@ -472,11 +472,7 @@
|
||||
"EnableGossipCompression": true,
|
||||
"EnableExperimentalGossipEncryption": false,
|
||||
"ReadOnlyConfig": true,
|
||||
"GossipPort": 8074,
|
||||
"StreamingPort": 8075,
|
||||
"MaxIdleConns": 100,
|
||||
"MaxIdleConnsPerHost": 128,
|
||||
"IdleConnTimeoutMilliseconds": 90000
|
||||
"GossipPort": 8074
|
||||
},
|
||||
"MetricsSettings": {
|
||||
"Enable": false,
|
||||
|
||||
@@ -556,10 +556,6 @@ const defaultServerConfig: AdminConfig = {
|
||||
EnableExperimentalGossipEncryption: false,
|
||||
ReadOnlyConfig: true,
|
||||
GossipPort: 8074,
|
||||
StreamingPort: 8075,
|
||||
MaxIdleConns: 100,
|
||||
MaxIdleConnsPerHost: 128,
|
||||
IdleConnTimeoutMilliseconds: 90000,
|
||||
},
|
||||
MetricsSettings: {
|
||||
Enable: false,
|
||||
|
||||
Ссылка в новой задаче
Block a user