File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
egitd
2
2
by Tom Preston-Werner <tom@github.com>
3
-
4
- egitd is an Erlang git-daemon implementation that provides a more flexible, scalable, and loggable way to serve public git repositories.
3
+
4
+ egitd is an Erlang git-daemon implementation that provides a more flexible,
5
+ scalable, and loggable way to serve public git repositories.
6
+
7
+ Development Status: Experimental
8
+
9
+ This software was in production use at github.com for a short time until it
10
+ became obvious that the communications model was flawed. To be specific,
11
+ if the upload-pack takes a long time to respond (for big repos), either the
12
+ timeouts have to be increased to unreasonable values (slowing the entire
13
+ transfer down), or some connections will timeout and fail.
5
14
6
15
7
16
INSTALL
You can’t perform that action at this time.
0 commit comments