Skip to content

Commit 3ba1ad0

Browse files
committed
add development status to readme
1 parent d6cbdc3 commit 3ba1ad0

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
egitd
22
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.
514

615

716
INSTALL

0 commit comments

Comments
 (0)