summary refs log tree commit diff
path: root/synapse/util
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-14 10:50:54 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-14 10:50:54 +0000
commite44d102ee0d5eef6f852452876b5a0d3f5867cca (patch)
tree3ebb8bc84cd2453cdadcef52d1d62b43ec8ddbf1 /synapse/util
parentIncrease default log level for docker image to INFO. (#5547) (diff)
parentPrevent multiple upgrades on the same room at once (#5051) (diff)
downloadsynapse-e44d102ee0d5eef6f852452876b5a0d3f5867cca.tar.xz
Prevent multiple upgrades on the same room at once (#5051)
Diffstat (limited to 'synapse/util')
-rw-r--r--synapse/util/caches/response_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/util/caches/response_cache.py b/synapse/util/caches/response_cache.py

index b1da81633c..cbe54d45dd 100644 --- a/synapse/util/caches/response_cache.py +++ b/synapse/util/caches/response_cache.py
@@ -137,7 +137,7 @@ class ResponseCache(object): *args: positional parameters to pass to the callback, if it is used - **kwargs: named paramters to pass to the callback, if it is used + **kwargs: named parameters to pass to the callback, if it is used Returns: twisted.internet.defer.Deferred: yieldable result