We have an old TeamCity server that uses an old Kallithea on Windows. One of our projects has become relatively big and now only clonable with "--stream" option. Without it the "remote host closes connection". Kallitheas WSGI server (Waitress) seems to be responsible for this. I can only set "asyncore_loop_timeout" there, which makes no difference.
Is it possible to configure TeamCity to clone with "--stream" instead of using init and pull?
I would not be sad about another possible solution either. :)