|
@@ -190,7 +190,7 @@ PARAMS = (
|
|
|
ConfigParam(
|
|
ConfigParam(
|
|
|
name='JOBRESULT_RETENTION',
|
|
name='JOBRESULT_RETENTION',
|
|
|
label='Job result retention',
|
|
label='Job result retention',
|
|
|
- default=0,
|
|
|
|
|
|
|
+ default=90,
|
|
|
description="Days to retain job result history (set to zero for unlimited)",
|
|
description="Days to retain job result history (set to zero for unlimited)",
|
|
|
field=forms.IntegerField
|
|
field=forms.IntegerField
|
|
|
),
|
|
),
|