From 75a25f00df1babebe1986e31b59f9f2a692b6b49 Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Wed, 18 Mar 2009 10:39:13 +0100 Subject: [PATCH] fix some values --- connection.c | 2 +- torrent-stats.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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