File: __init__.py

package info (click to toggle)
matrix-synapse 1.146.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 79,992 kB
  • sloc: python: 261,671; javascript: 7,230; sql: 4,758; sh: 1,302; perl: 626; makefile: 207
file content (9 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
6
7
8
9
from . import logging, lrucache, lrucache_evict

SUITES = [
    (logging, 1000),
    (logging, 10000),
    (logging, None),
    (lrucache, None),
    (lrucache_evict, None),
]