Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make LruCache register its own metrics (#8561) | Richard van der Hoff | 2020-10-16 | 1 | -5/+8 |
* | Use slots in attrs classes where possible (#8296) | Patrick Cloke | 2020-09-14 | 1 | -1/+1 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | remove miscellaneous PY2 code | Richard van der Hoff | 2020-05-15 | 1 | -6/+1 |
* | Allow configuration of Synapse's cache without using synctl or environment va... | Amber Brown | 2020-05-11 | 1 | -69/+75 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -1/+1 |
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 1 | -1/+2 |
* | Add a prometheus metric for active cache lookups. (#5750) | Richard van der Hoff | 2019-07-24 | 1 | -1/+16 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -3/+3 |
* | Log which cache is throwing exceptions | Richard van der Hoff | 2018-09-26 | 1 | -10/+17 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+3 |
* | Add hacky cache factor override system | Erik Johnston | 2018-06-04 | 1 | -0/+10 |
* | add comment about why unreg | Amber Brown | 2018-05-28 | 1 | -0/+2 |
* | Merge remote-tracking branch 'origin/develop' into 3218-official-prom | Amber Brown | 2018-05-28 | 1 | -1/+6 |
|\ | |||||
| * | fix py3 intern and remove unnecessary py3 encode | Adrian Tschira | 2018-05-19 | 1 | -1/+6 |
* | | cleanup pep8 errors | Amber Brown | 2018-05-22 | 1 | -2/+5 |
* | | fixes | Amber Brown | 2018-05-22 | 1 | -11/+29 |
* | | replacing portions | Amber Brown | 2018-05-21 | 1 | -17/+40 |
|/ | |||||
* | Increase default cache factor size. | Erik Johnston | 2017-07-04 | 1 | -1/+1 |
* | Remove DEBUG_CACHES | Erik Johnston | 2017-04-25 | 1 | -2/+0 |
* | Only intern ascii strings | Erik Johnston | 2017-04-24 | 1 | -18/+11 |
* | Measure metrics of string_cache | Erik Johnston | 2017-01-17 | 1 | -3/+8 |
* | Change CacheMetrics to be quicker | Erik Johnston | 2016-06-03 | 1 | -5/+15 |
* | Simplify intern_dict | Erik Johnston | 2016-03-23 | 1 | -17/+10 |
* | Intern all the things | Erik Johnston | 2016-03-23 | 1 | -1/+57 |
* | String intern | Erik Johnston | 2016-03-23 | 1 | -0/+8 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Wire up the dictionarycache to the metrics | Erik Johnston | 2015-08-12 | 1 | -0/+13 |
* | Move all the caches into their own package, synapse.util.caches | Erik Johnston | 2015-08-11 | 1 | -0/+14 |