Skip to content

Commit

Permalink
Improve phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Nov 12, 2024
1 parent ab1c67d commit d67340c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@n8n/config/src/configs/runners.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class TaskRunnersConfig {
@Env('N8N_RUNNERS_TASK_TIMEOUT')
taskTimeout: number = 60;

/** Interval (in seconds) at which the runner should send a heartbeat to the broker. */
/** How often (in seconds) the runner is expected to send a heartbeat to the broker. */
@Env('N8N_RUNNERS_HEARTBEAT_INTERVAL')
heartbeatInterval: number = 30;
}

0 comments on commit d67340c

Please sign in to comment.