git-annex/RemoteDaemon/Transport
Joey Hess c51d7dbf67
bump maxConnections to 100
10 seemed too low because more than 10 friends could be linked to a repo
over tor, and if all were running the remotedaemon, which makes a
persistent connection for change notification, then the 11th friend
would not be able to access that repo.

100 might be too low, but it's a much larger group of people. And at
that size group, it probably makes sense to structure the network so
that 100 peers are not all trying to access one central node.
2016-12-09 16:03:25 -04:00
..
Ssh refactor ref change watching 2016-12-09 15:01:09 -04:00
GCrypt.hs make LocalRepo a newtype 2016-06-02 16:34:52 -04:00
Ssh.hs remotedaemon: git change detection over tor hidden service 2016-12-09 16:02:43 -04:00
Tor.hs bump maxConnections to 100 2016-12-09 16:03:25 -04:00