mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 07:23:48 +01:00
Remove log lines
This commit is contained in:
parent
522c804f6b
commit
bcbd74dc5b
1 changed files with 0 additions and 2 deletions
|
@ -128,11 +128,9 @@ class AppserviceServer(HomeServer):
|
|||
|
||||
while True:
|
||||
try:
|
||||
logger.info("Hitting replication")
|
||||
args = store.stream_positions()
|
||||
args["timeout"] = 30000
|
||||
result = yield http_client.get_json(replication_url, args=args)
|
||||
logger.info("Got replication response")
|
||||
yield store.process_replication(result)
|
||||
replicate(result)
|
||||
except:
|
||||
|
|
Loading…
Reference in a new issue