DEBSOURCES
Skip Quicknav
sources / matrix-synapse / 1.146.0-3 / synmark / suites / __init__.py
123456789
from . import logging, lrucache, lrucache_evict SUITES = [ (logging, 1000), (logging, 10000), (logging, None), (lrucache, None), (lrucache_evict, None), ]