##// END OF EJS Templates
Don't cache dulwich Repos, in pararell multithreaded evniroment dulwich pack file openers...
Don't cache dulwich Repos, in pararell multithreaded evniroment dulwich pack file openers can break badly. We need to create Repo() objects always for each call, even when it's taken from cache. Fixed issue with dulwich filedescriptor leak ref #573
marcink -
r3043:b61824e6 beta
Show More
Name Size Modified Last Commit Author
/ rhodecode / tests / models
__init__.py Loading ...
common.py Loading ...
test_diff_parsers.py Loading ...
test_notifications.py Loading ...
test_permissions.py Loading ...
test_repos_groups.py Loading ...
test_user_permissions_on_groups.py Loading ...
test_users.py Loading ...
test_users_group_permissions_on_groups.py Loading ...