fix some values

This commit is contained in:
Olaf Rempel 2009-03-18 10:39:13 +01:00
parent 6301d8a640
commit 75a25f00df
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ static void child_exit(struct child_process *child, int exit_code, void *privdat
static int null_read(int fd, void *privdata) static int null_read(int fd, void *privdata)
{ {
char buf[64]; char buf[256];
int len; int len;
do { do {

View File

@ -3,7 +3,7 @@ listen 0.0.0.0:2780
listen-http 0.0.0.0:8080 listen-http 0.0.0.0:8080
status-interval 10 status-interval 10
seed-timeout 300 seed-timeout 60
ctorrent-bin /usr/bin/ctorrent ctorrent-bin /usr/bin/ctorrent
search-path /home/upload search-path /home/upload