Commit Graph

355 Commits (a18828c12961ce254660e7641335428ec0655868)

Author SHA1 Message Date
Matthew Hodgson ab9f844aaf
Add federation_domain_whitelist option (#2820) 7 years ago
Matthew Hodgson 8fe253f19b fix PR nitpicking 7 years ago
Matthew Hodgson 447f4f0d5f rewrite based on PR feedback: 7 years ago
Richard van der Hoff d57765fc8a Fix bugs in block metrics 7 years ago
Erik Johnston be0dfcd4a2 Do logcontexts correctly 7 years ago
Erik Johnston 1432f7ccd5 Move test stuff to tests 7 years ago
Erik Johnston 2f18a2647b Make all fields private 7 years ago
Erik Johnston dc519602ac Ensure we registerProducer isn't called twice 7 years ago
Erik Johnston 17b54389fe Fix _notify_empty typo 7 years ago
Erik Johnston 28b338ed9b Move definition of paused_producer to __init__ 7 years ago
Erik Johnston a177325b49 Fix comments 7 years ago
Erik Johnston bc67e7d260 Add decent impl of a FileConsumer 7 years ago
Richard van der Hoff 3d12d97415 Track DB scheduling delay per-request 7 years ago
Richard van der Hoff 6324b65f08 Track db txn time in millisecs 7 years ago
Richard van der Hoff 44a498418c Optimise LoggingContext creation and copying 7 years ago
Richard van der Hoff 39f4e29d01 Reorganise request and block metrics 7 years ago
Richard van der Hoff b2cd6accf5 Remove __PreservingContextDeferred too 7 years ago
Richard van der Hoff 7e6fa29cb5 Remove preserve_context_over_{fn, deferred} 7 years ago
Richard van der Hoff bf993db11c Logging and logcontext fixes for Limiter 7 years ago
Erik Johnston 2a7e9faeec Do logcontexts outside ResponseCache 7 years ago
Erik Johnston 33a9026cdf Add logging and fix log contexts for publicRooms 7 years ago
Richard van der Hoff 0be99858f3 fix vars named `l` 7 years ago
Richard van der Hoff eaaabc6c4f replace 'except:' with 'except Exception:' 7 years ago
Richard van der Hoff 2e9f5ea31a Fix logcontext handling for persist_events 7 years ago
Richard van der Hoff f30c4ed2bc logformatter: fix AttributeError 7 years ago
Richard van der Hoff 4fad8efbfb Fix stackoverflow and logcontexts from linearizer 7 years ago
Richard van der Hoff 3cc852d339 Fancy logformatter to format exceptions better 7 years ago
Richard van der Hoff 148428ce76 Fix logcontext handling for concurrently_execute 7 years ago
David Baker 60c78666ab pep8 7 years ago
David Baker 8ad5f34908 pep8 7 years ago
David Baker 9fd086e506 unnecessary parens 7 years ago
David Baker 0b03a97708 Add module_loader.py 7 years ago
Erik Johnston 495f075b41 Increase default cache factor size. 8 years ago
Erik Johnston b5e8d529e6 Define CACHE_SIZE_FACTOR once 8 years ago
Erik Johnston c72058bcc6 Use an ExpiringCache for storing registration sessions 8 years ago
Erik Johnston efc2b7db95 Rewrite conditional 8 years ago
Erik Johnston eed59dcc1e Fix has_any_entity_changed 8 years ago
Erik Johnston 304880d185 Add stream change cache 8 years ago
Erik Johnston bd7bb5df71 Pull out if statement from for loop 8 years ago
Erik Johnston e3417a06e2 Update list cache to handle one arg case 8 years ago
Erik Johnston bbfe4e996c Make get_state_groups_from_groups faster. 8 years ago
Erik Johnston ffad4fe35b Don't update event cache hit ratio from get_joined_users 8 years ago
Erik Johnston d2d8ed4884 Optimise caches with single key 8 years ago
Richard van der Hoff 2e996271fe Instantiate DeferredTimedOutError correctly 8 years ago
Erik Johnston d9aa645f86 Reduce size of joined_user cache 8 years ago
Erik Johnston efab1dadde Remove DEBUG_CACHES 8 years ago
Erik Johnston 119cb9bbcf Reduce cache size by not storing deferreds 8 years ago
Erik Johnston d134d0935e Only intern ascii strings 8 years ago
Richard van der Hoff e2eebf1696 Fix fixme in preserve_fn 8 years ago
Erik Johnston 4d17add8de Remove unused instance variable 8 years ago