Skip to content

Commit

Permalink
fix: fixed WS_NEW_HEADS_ENABLED default (#3226)
Browse files Browse the repository at this point in the history
Signed-off-by: Cam Sweeney <[email protected]>
  • Loading branch information
treethought authored Nov 8, 2024
1 parent ae50ea3 commit 3bd07ef
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 3bd07ef

Please sign in to comment.