fixes for storage managament
This commit is contained in:
parent
e6bfe2d444
commit
8ef2b58bf9
29 changed files with 1768 additions and 63 deletions
|
|
@ -340,6 +340,15 @@ TELESRV_STORAGE_RETENTION_MAX_AGE_AVATAR=
|
|||
# TOTAL_BYTES otherwise only ever blocks new uploads, never reclaims from
|
||||
# existing ones.
|
||||
TELESRV_STORAGE_EVICTION_ENABLE=false
|
||||
# Secret-chat encrypted files (photos/documents sent in a secret chat) are
|
||||
# opaque ciphertext the server can't inspect -- none of the retention/
|
||||
# eviction settings above ever touch them, so they otherwise accumulate
|
||||
# forever. Secret chats are single-device on both ends (no multi-device
|
||||
# sync), so once the one recipient device that will ever ask for a file has
|
||||
# downloaded it in full, the server has no further reason to keep it.
|
||||
# Default true: set to false if you'd rather keep the ciphertext around
|
||||
# regardless (it still can't be read without the secret chat's own key).
|
||||
TELESRV_SECRET_CHAT_DELETE_FILE_AFTER_DOWNLOAD=true
|
||||
|
||||
|
||||
# ==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue