Skip to content

Commit 3a9771c

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

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
@@ -178,7 +178,7 @@ const workerArguments = defineArguments({
178178
failurePeriod: {
179179
type: 'number',
180180
default: parseInt(process.env.WORKER_FAILURE_PERIOD || '', 10) || 5 * 60 * 1000,
181-
describe: 'This is the period of time used by "failurePeriodLimit"',
181+
describe: 'This is the period of time used by "failurePeriodLimit" (milliseconds)',
182182
},
183183
})
184184
/** CLI-argument-definitions for the AppContainer process */

0 commit comments

Comments
 (0)