bump maxConnections to 100
authorJoey Hess <joeyh@joeyh.name>
Fri, 9 Dec 2016 20:03:25 +0000 (16:03 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 9 Dec 2016 20:03:25 +0000 (16:03 -0400)
commitc51d7dbf67b65a3da698f989a6fc0fe815fd2713
treeafb314aa54536f756b51840345a11f74b07d9a6a
parent2c907fff51778c821ef4c5ce247d63886a1337ee
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.
RemoteDaemon/Transport/Tor.hs