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
|
This factory creates the Server as a new AMPProtocol instance for accepting
|
||||||
connections from the Portal.
|
connections from the Portal.
|
||||||
"""
|
"""
|
||||||
|
noisy = False
|
||||||
def __init__(self, server):
|
def __init__(self, server):
|
||||||
"""
|
"""
|
||||||
Initialize the factory.
|
Initialize the factory.
|
||||||
|
|
@ -124,6 +125,7 @@ class AmpClientFactory(protocol.ReconnectingClientFactory):
|
||||||
initialDelay = 1
|
initialDelay = 1
|
||||||
factor = 1.5
|
factor = 1.5
|
||||||
maxDelay = 1
|
maxDelay = 1
|
||||||
|
noisy = False
|
||||||
|
|
||||||
def __init__(self, portal):
|
def __init__(self, portal):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue