##// END OF EJS Templates
Fixing issues of cache invalidation for multiple instances running in rhodecode....
Fixing issues of cache invalidation for multiple instances running in rhodecode. - during server start always register all cache keys for all repositories - Don't clear cache markers on start since multiple instances can clear each other out

File last commit:

r833:9753e090 beta
r2808:3a007d80 beta
Show More
__init__.py
10 lines | 159 B | text/x-python | PythonLexer
"""
This module contains database dialect specific changeset
implementations.
"""
__all__ = [
'postgres',
'sqlite',
'mysql',
'oracle',
]