diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-18 22:54:44 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-18 22:54:44 +0200 |
commit | 71c1435da7a2ce21a593ab63efe541ffd36fd539 (patch) | |
tree | f17f0588fb2fd3a90233af8af6a505a2295f9f6d /modules/bugzilla/templates | |
parent | 56ea859491efdf82b96b665218d278eb5e27c6fe (diff) | |
download | puppet-71c1435da7a2ce21a593ab63efe541ffd36fd539.tar puppet-71c1435da7a2ce21a593ab63efe541ffd36fd539.tar.gz puppet-71c1435da7a2ce21a593ab63efe541ffd36fd539.tar.bz2 puppet-71c1435da7a2ce21a593ab63efe541ffd36fd539.tar.xz puppet-71c1435da7a2ce21a593ab63efe541ffd36fd539.zip |
Bugzilla: increase last_visit_keep_days to 60
Diffstat (limited to 'modules/bugzilla/templates')
-rw-r--r-- | modules/bugzilla/templates/params.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params.json b/modules/bugzilla/templates/params.json index e2437edb..f89feafd 100644 --- a/modules/bugzilla/templates/params.json +++ b/modules/bugzilla/templates/params.json @@ -45,7 +45,7 @@ "globalwatchers" : "bugs@ml.mageia.org", "inbound_proxies" : "", "insidergroup" : "secteam", - "last_visit_keep_days" : "10", + "last_visit_keep_days" : "60", "letsubmitterchoosemilestone" : "1", "letsubmitterchoosepriority" : "1", "mail_delivery_method" : "SMTP", |