diff --git a/connection.c b/connection.c index d3ee996..760ea12 100644 --- a/connection.c +++ b/connection.c @@ -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) { - char buf[64]; + char buf[256]; int len; do { diff --git a/torrent-stats.conf b/torrent-stats.conf index 7f4df13..e1bbd43 100644 --- a/torrent-stats.conf +++ b/torrent-stats.conf @@ -3,7 +3,7 @@ listen 0.0.0.0:2780 listen-http 0.0.0.0:8080 status-interval 10 -seed-timeout 300 +seed-timeout 60 ctorrent-bin /usr/bin/ctorrent search-path /home/upload