Improved control about the contact/server updates

This commit is contained in:
Michael 2023-11-27 19:00:12 +00:00
commit 077c9ff0c9
9 changed files with 50 additions and 19 deletions

View file

@ -212,6 +212,14 @@ return [
// The fully-qualified URL of this Friendica node.
// Used by the worker in a non-HTTP execution environment.
'url' => '',
// poco_discovery (Boolean)
// If enabled, the system will check for the existance of other contacts and servers
'poco_discovery' => false,
// poco_requery_days (Integer)
// Number of days after which a server is requeried for their contacts and servers it knows of.
'poco_requery_days' => 30,
],
// Used in the admin settings to lock certain features