Added logging and default config value
This commit is contained in:
parent
a283b1183b
commit
b047d31a4f
2 changed files with 8 additions and 0 deletions
|
@ -383,6 +383,10 @@ return [
|
|||
// minimal distance in minutes between two polls for a contact. Reasonable values are between 1 and 59.
|
||||
'min_poll_interval' => 15,
|
||||
|
||||
// minimum_posting_interval (Integer)
|
||||
// Minimum interval between two feed posts per user
|
||||
'minimum_posting_interval' => 0,
|
||||
|
||||
// no_count (Boolean)
|
||||
// Don't do count calculations (currently only when showing photo albums).
|
||||
'no_count' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue