Christopher Faylor wrote: > I don't think fsh is a good idea. That could mean potentially hundreds > of persistent ssh connections sitting around on the server.
There would at most be one per user making commits to the depot. Do you really have hundreds of people making commits? You probably have hundreds of people pulling sources by anonymous read-only access but that is a different path. I will agree that the default timeout value for fsh is too long. The default is apparently ten hours unless changed. For me personally 15 minutes is a good value and I would set the default on the server to something short. Bob