From 17afd3f8c7a016d5103be949990efb695de865b5 Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Thu, 31 Mar 2022 21:42:12 -0400 Subject: Limit the file storage by an optional quota --- config.yml.example | 1 + 1 file changed, 1 insertion(+) (limited to 'config.yml.example') diff --git a/config.yml.example b/config.yml.example index dae2350..b8de1dd 100644 --- a/config.yml.example +++ b/config.yml.example @@ -5,6 +5,7 @@ :link: 'http://tlgrm.localhost/content' # webserver public address :upload: 'https:///xmppfiles.localhost' # xmpp http upload address :user: 'www-data' # owner of content files + :quota: '256MB' # maximum storage size :tdlib_verbosity: 1 :tdlib: :datadir: './sessions/' -- cgit v1.2.3