You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/01/26 23:09:31 UTC

[incubator-ponymail-foal] branch master updated: Add some missing settings

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 38daa64  Add some missing settings
38daa64 is described below

commit 38daa642c9ff03bd60adb34b6cf0e4420c4cae12
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jan 26 23:09:20 2022 +0000

    Add some missing settings
---
 tools/setup.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/setup.py b/tools/setup.py
index a4fda70..193711d 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -434,12 +434,16 @@ database:
   dburl: %s      # The URL of the ElasticSearch database
   db_prefix: %s    # DB prefix, usually 'ponymail'
   max_hits: 15000        # Maximum number of emails to process in a search
+  pool_size: 15          # number of connections for async queries
+  max_lists: 8192        # max number of lists to allow for
 
 ui:
   wordcloud:       %s
   mailhost:        %s
   sender_domains:  "%s"
   traceback:       true
+  mgmtconsole:     true # enable email admin
+  true_gdpr:       true # fully delete emails instead of marking them deleted
 
 tasks:
   refresh_rate:  150     # Background indexer run interval, in seconds