Mark the auth events as possible outlier
This commit is contained in:
parent
e549aac127
commit
4961a4fab1
|
@ -554,6 +554,7 @@ class ReplicationLayer(object):
|
|||
yield self.get_pdu(
|
||||
origin,
|
||||
event_id=e_id,
|
||||
outlier=True,
|
||||
)
|
||||
logger.debug("Processed pdu %s", e_id)
|
||||
|
||||
|
|
Loading…
Reference in New Issue