git-annex/RemoteDaemon
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
..
Transport bump maxConnections to 100 2016-12-09 16:03:25 -04:00
Common.hs remotedaemon: git change detection over tor hidden service 2016-12-09 16:02:43 -04:00
Core.hs avoid remotedaemon outputting misc Messages when running 2016-12-08 18:42:59 -04:00
Transport.hs remotedaemon: git change detection over tor hidden service 2016-12-09 16:02:43 -04:00
Types.hs refactor ref change watching 2016-12-09 15:01:09 -04:00