mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 11:12:10 -04:00
Merge branch 'develop' into erikj/reactor_metrics
This commit is contained in:
commit
3d1cdda762
2 changed files with 3 additions and 1 deletions
|
@ -16,3 +16,6 @@ ignore =
|
||||||
docs/*
|
docs/*
|
||||||
pylint.cfg
|
pylint.cfg
|
||||||
tox.ini
|
tox.ini
|
||||||
|
|
||||||
|
[flake8]
|
||||||
|
max-line-length = 90
|
||||||
|
|
|
@ -142,7 +142,6 @@ class MatrixFederationHttpClient(object):
|
||||||
producer
|
producer
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
return self.clock.time_bound_deferred(
|
return self.clock.time_bound_deferred(
|
||||||
request_deferred,
|
request_deferred,
|
||||||
time_out=timeout/1000. if timeout else 60,
|
time_out=timeout/1000. if timeout else 60,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue