MatrixSynapse/tests/util
Richard van der Hoff 4fad8efbfb Fix stackoverflow and logcontexts from linearizer
1. make it not blow out the stack when there are more than 50 things waiting
   for a lock. Fixes https://github.com/matrix-org/synapse/issues/2505.

2. Make it not mess up the log contexts.
2017-10-11 15:05:05 +01:00
..
caches
__init__.py
test_clock.py
test_dict_cache.py
test_expiring_cache.py
test_limiter.py
test_linearizer.py Fix stackoverflow and logcontexts from linearizer 2017-10-11 15:05:05 +01:00
test_log_context.py
test_lrucache.py
test_rwlock.py
test_snapshot_cache.py
test_treecache.py
test_wheel_timer.py