chore: resolve raised changes
Signed-off-by: John Redwood <john.r.k.redwood@gmail.com>
This commit is contained in:
+15
@@ -93,5 +93,20 @@ export interface Config {
|
||||
* Default value is 24 hours.
|
||||
*/
|
||||
taskTimeout?: HumanDuration | string;
|
||||
|
||||
/**
|
||||
* Sets the maximum length for task parameters recorded by the auditor.
|
||||
*
|
||||
* If set to -1, the limit is disabled and parameters are not truncated.
|
||||
* Defaults to 256 character length.
|
||||
*
|
||||
* @example
|
||||
* scaffolder:
|
||||
* auditor:
|
||||
* taskParameterMaxLength: 512
|
||||
*/
|
||||
auditor?: {
|
||||
taskParameterMaxLength?: number;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user