mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Change default JOBRESULT_RETENTION from 0 to 90
This commit is contained in:
parent
aa2ec3b9c9
commit
c216405a81
@ -45,7 +45,7 @@ changes in the database indefinitely.
|
|||||||
|
|
||||||
## JOBRESULT_RETENTION
|
## JOBRESULT_RETENTION
|
||||||
|
|
||||||
Default: 0
|
Default: 90
|
||||||
|
|
||||||
The number of days to retain job results (scripts and reports). Set this to `0` to retain
|
The number of days to retain job results (scripts and reports). Set this to `0` to retain
|
||||||
job results in the database indefinitely.
|
job results in the database indefinitely.
|
||||||
|
@ -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
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user