"min_poll_interval" moved as well

This commit is contained in:
Michael 2023-12-03 11:08:21 +00:00
commit e87c79780a
6 changed files with 247 additions and 232 deletions

View file

@ -459,10 +459,6 @@ return [
['127.0.0.1', '11211'],
],
// min_poll_interval (Integer)
// 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,

View file

@ -172,6 +172,10 @@ return [
// Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated).
'min_memory' => 0,
// min_poll_interval (Integer)
// minimal distance in minutes between two polls for a contact. Reasonable values are between 1 and 59.
'min_poll_interval' => 15,
// no_regfullname (Boolean)
// Allow users to register with a display name comporting fewer than two parts separated by spaces.
'no_regfullname' => true,