Skip to content

Commit

Permalink
feat: increase maxSafeRoots max
Browse files Browse the repository at this point in the history
  • Loading branch information
just-a-node committed Oct 7, 2024
1 parent 6de956b commit 4740e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agents/lighthouse/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const NxtpLighthouseConfigSchema = Type.Object({
messageQueue: TMQConfig,
server: TServerConfig,
snapshotDuration: Type.Integer({ minimum: 1, maximum: 10000 }),
maxSafeRoots: Type.Integer({ minimum: 0, maximum: 10 }),
maxSafeRoots: Type.Integer({ minimum: 0, maximum: 13 }),
});

export type NxtpLighthouseConfig = Static<typeof NxtpLighthouseConfigSchema>;
Expand Down

0 comments on commit 4740e28

Please sign in to comment.