File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -185,10 +185,6 @@ const SERVER_CONFIG: StrictServerConfiguration = {
185
185
patchNetworkAccountSyncFixes : true ,
186
186
enableShardKeyChanges : true ,
187
187
maxResponseSize : 1024 * 1024 * 15 , // 15MB
188
- verticalScalingMode : {
189
- enabled : false ,
190
- path : '.'
191
- }
192
188
} ,
193
189
ip : {
194
190
externalIp : '0.0.0.0' ,
Original file line number Diff line number Diff line change @@ -1003,11 +1003,6 @@ export interface ServerConfiguration {
1003
1003
enableShardKeyChanges : boolean
1004
1004
// control the max content size for http responses
1005
1005
maxResponseSize : number
1006
- // settings for verical scaling by shutting down nodes after syncing is done and restarting them on better provisioned machines
1007
- verticalScalingMode : {
1008
- enabled : boolean ,
1009
- path : string
1010
- }
1011
1006
}
1012
1007
/** Server IP configuration */
1013
1008
ip ?: {
You can’t perform that action at this time.
0 commit comments