Skip to content

Commit

Permalink
fix WS_NEW_HEADS_ENABLED default
Browse files Browse the repository at this point in the history
Signed-off-by: Cam Sweeney <[email protected]>
  • Loading branch information
treethought committed Nov 7, 2024
1 parent 4f0b2ea commit ecbf8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config-service/src/services/globalConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ export class GlobalConfig {
envName: 'WS_NEW_HEADS_ENABLED',
type: 'boolean',
required: false,
defaultValue: null,
defaultValue: true,
},
WS_PING_INTERVAL: {
envName: 'WS_PING_INTERVAL',
Expand Down

0 comments on commit ecbf8f2

Please sign in to comment.