Skip to content

Commit eb66158

Browse files
committed
cleanup
1 parent 135ea9c commit eb66158

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/config/server.ts

-4
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,6 @@ const SERVER_CONFIG: StrictServerConfiguration = {
185185
patchNetworkAccountSyncFixes: true,
186186
enableShardKeyChanges: true,
187187
maxResponseSize: 1024 * 1024 * 15, // 15MB
188-
verticalScalingMode: {
189-
enabled: false,
190-
path: '.'
191-
}
192188
},
193189
ip: {
194190
externalIp: '0.0.0.0',

src/shardus/shardus-types.ts

-5
Original file line numberDiff line numberDiff line change
@@ -1003,11 +1003,6 @@ export interface ServerConfiguration {
10031003
enableShardKeyChanges: boolean
10041004
// control the max content size for http responses
10051005
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-
}
10111006
}
10121007
/** Server IP configuration */
10131008
ip?: {

0 commit comments

Comments
 (0)