Refactor cache handling in VariableManager and update configuration options
Some checks are pending
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / release (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
Some checks are pending
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / release (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
This commit is contained in:
parent
bbeb388e88
commit
c95cdcd4da
5 changed files with 146 additions and 134 deletions
|
@ -107,7 +107,13 @@
|
|||
"default_email_address_privacy": "CONTACTS",
|
||||
"default_phone_number_privacy": "CONTACTS",
|
||||
"default_birthday_privacy": "PRIVATE",
|
||||
"default_url_privacy": "PUBLIC"
|
||||
"default_url_privacy": "PUBLIC",
|
||||
"max_contact_signing_keys": 50,
|
||||
"get_encryption_channel_requests_limit": 100,
|
||||
"get_encryption_channels_limit": 100,
|
||||
"get_encryption_channel_incoming_limit": 100,
|
||||
"get_encryption_channel_outgoing_limit": 100,
|
||||
"encryption_channel_max_messages": 100
|
||||
},
|
||||
"storage": {
|
||||
"path": "/etc/socialbox",
|
||||
|
|
|
@ -107,7 +107,13 @@
|
|||
"default_email_address_privacy": "CONTACTS",
|
||||
"default_phone_number_privacy": "CONTACTS",
|
||||
"default_birthday_privacy": "PRIVATE",
|
||||
"default_url_privacy": "PUBLIC"
|
||||
"default_url_privacy": "PUBLIC",
|
||||
"max_contact_signing_keys": 50,
|
||||
"get_encryption_channel_requests_limit": 100,
|
||||
"get_encryption_channels_limit": 100,
|
||||
"get_encryption_channel_incoming_limit": 100,
|
||||
"get_encryption_channel_outgoing_limit": 100,
|
||||
"encryption_channel_max_messages": 100
|
||||
},
|
||||
"storage": {
|
||||
"path": "/etc/socialbox",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue