Revert "Tag /send_join responses to detect faster joins"
This reverts commit 204bdb7f07
. I will
cherry pick #14950 in its place.
anoa/redirect_instances
parent
204bdb7f07
commit
488cea0399
|
@ -63,7 +63,6 @@ from synapse.logging.context import (
|
||||||
)
|
)
|
||||||
from synapse.logging.opentracing import (
|
from synapse.logging.opentracing import (
|
||||||
log_kv,
|
log_kv,
|
||||||
set_tag,
|
|
||||||
start_active_span_from_edu,
|
start_active_span_from_edu,
|
||||||
tag_args,
|
tag_args,
|
||||||
trace,
|
trace,
|
||||||
|
@ -679,7 +678,6 @@ class FederationServer(FederationBase):
|
||||||
room_id: str,
|
room_id: str,
|
||||||
caller_supports_partial_state: bool = False,
|
caller_supports_partial_state: bool = False,
|
||||||
) -> Dict[str, Any]:
|
) -> Dict[str, Any]:
|
||||||
set_tag("partial_state", caller_supports_partial_state)
|
|
||||||
await self._room_member_handler._join_rate_per_room_limiter.ratelimit( # type: ignore[has-type]
|
await self._room_member_handler._join_rate_per_room_limiter.ratelimit( # type: ignore[has-type]
|
||||||
requester=None,
|
requester=None,
|
||||||
key=room_id,
|
key=room_id,
|
||||||
|
|
Loading…
Reference in New Issue