##// END OF EJS Templates
auth-plugins: fixed problem with cache of settings in multi-worker mode....
auth-plugins: fixed problem with cache of settings in multi-worker mode. - previous implementation had a bug that cached the settings in each class, caused not refreshing the update of settings in multi-worker mode. Only restart of rhodecode loaded new settings.

File last commit:

r2423:ce5d852c default
r2681:c2a00a0d default
Show More
.coveragerc
16 lines | 180 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/*
omit =
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
[report]
exclude_lines =
raise NotImplementedError