forked from github/server
increase maximum number of submissions per week from 20 to 30.
This commit is contained in:
parent
6fcfca27ca
commit
97afaa29c3
|
@ -54,7 +54,7 @@ hostname = gethostname()
|
|||
orderbase = "orders.dir"
|
||||
sendmail = True
|
||||
# maximum number of reports per sender:
|
||||
maxfiles = 20
|
||||
maxfiles = 30
|
||||
# write headers to file?
|
||||
writeheaders = True
|
||||
# reject all html email?
|
||||
|
|
Loading…
Reference in New Issue