Files
@ b61824e61e68
Branch filter:
Location: kallithea/rhodecode/lib/dbmigrate/migrate/versioning/templates/sql_script/pylons.py_tmpl
b61824e61e68
0 B
text/plain
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
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