mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
Remove ampfactory start/stop messages from portal log for every connection.
This commit is contained in:
parent
242fb0e747
commit
5b07a8bd2c
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ class AmpServerFactory(protocol.ServerFactory):
|
|||
This factory creates the Server as a new AMPProtocol instance for accepting
|
||||
connections from the Portal.
|
||||
"""
|
||||
noisy = False
|
||||
def __init__(self, server):
|
||||
"""
|
||||
Initialize the factory.
|
||||
|
|
@ -124,6 +125,7 @@ class AmpClientFactory(protocol.ReconnectingClientFactory):
|
|||
initialDelay = 1
|
||||
factor = 1.5
|
||||
maxDelay = 1
|
||||
noisy = False
|
||||
|
||||
def __init__(self, portal):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue