This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit e889192110e4ca3ac2ea003e265deac09636965b Author: Daniel Gruno <[email protected]> AuthorDate: Fri Sep 4 07:40:58 2020 +0200 Set defaults to what we suggest in setup process --- tools/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/setup.py b/tools/setup.py index 61618ae..3385b93 100755 --- a/tools/setup.py +++ b/tools/setup.py @@ -189,9 +189,9 @@ if args.defaults: mldom = "example.org" wc = "Y" wce = True - shards = 1 - replicas = 0 - genname = "cluster" + shards = 3 + replicas = 1 + genname = "dkim" urlPrefix = "" nonce = None
