1
0
Fork 0

Make network counts at the group level system level configurable

This commit is contained in:
Hank Grabowski 2022-07-08 15:29:34 -04:00
commit e57e1ba1e5
6 changed files with 200 additions and 180 deletions

View file

@ -114,6 +114,10 @@ return [
// Default value comprises classic role names from RFC 2142.
'forbidden_nicknames' => 'info, marketing, sales, support, abuse, noc, security, postmaster, hostmaster, usenet, news, webmaster, www, uucp, ftp, root, sysop',
// compute_group_counts (Boolean)
// Compute contact group level when counting unseen network posts.
'compute_group_counts' => true,
// jpeg_quality (Integer)
// Sets the ImageMagick quality level for JPEG images. Values ranges from 50 (awful) to 100 (near perfect).
'jpeg_quality' => 100,