- tune down logging for filtermail

- allow higher smtp connection limit
This commit is contained in:
holger krekel
2023-11-20 15:59:14 +01:00
parent bbf2f0dd36
commit a9d43c42f4
2 changed files with 3 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ class SendRateLimiter:
def main():
args = sys.argv[1:]
assert len(args) == 1
logging.basicConfig(level=logging.INFO)
logging.basicConfig(level=logging.WARN)
loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)
task = asyncmain_beforequeue(port=int(args[0]))