mirror of
https://github.com/chatmail/relay.git
synced 2026-05-16 19:18:57 +00:00
- tune down logging for filtermail
- allow higher smtp connection limit
This commit is contained in:
@@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user