Skip to content

Commit de0f43b

Browse files
jstarplnytamin
andauthored
fix(Config): Add unit to description of config field
Co-authored-by: Johan Nyman <johan@nytamin.se>
1 parent 3a9771c commit de0f43b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/packages/api/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const appContainerArguments = defineArguments({
260260
failurePeriod: {
261261
type: 'number',
262262
default: parseInt(process.env.WORKER_FAILURE_PERIOD || '', 10) || 5 * 60 * 1000,
263-
describe: 'This is the period of time used by "failurePeriodLimit"',
263+
describe: 'This is the period of time used by "failurePeriodLimit" (milliseconds)',
264264
},
265265
})
266266
/** CLI-argument-definitions for the "Single" process */

0 commit comments

Comments
 (0)