Skip to content

Commit

Permalink
chore: correct default
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Aug 16, 2024
1 parent 94f28cb commit a39f93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/plugin-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface PluginInputs<T extends SupportedEventsU = SupportedEventsU, TU

export const startStopSchema = T.Object(
{
reviewDelayTolerance: T.String({ default: "5 Days" }),
reviewDelayTolerance: T.String({ default: "1 Day" }),
taskStaleTimeoutDuration: T.String({ default: "30 Days" }),
maxConcurrentTasks: T.Number({ default: 3 }),
startRequiresWallet: T.Boolean({ default: true }),
Expand Down

0 comments on commit a39f93d

Please sign in to comment.