1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Change default JOBRESULT_RETENTION from 0 to 90

This commit is contained in:
kkthxbye-code
2022-04-08 22:10:17 +02:00
committed by jeremystretch
parent aa2ec3b9c9
commit c216405a81
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ changes in the database indefinitely.
## JOBRESULT_RETENTION
Default: 0
Default: 90
The number of days to retain job results (scripts and reports). Set this to `0` to retain
job results in the database indefinitely.