git clone https://orangeshoelaces.net/git/tttm.git
Author: Vasily Kolobkov on 04/28/2017
Committer: Vasily Kolobkov on 04/28/2017
Up the source read timeout to 2 minutes
laxsrc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/laxsrc.c b/laxsrc.c
index 1ba93fe..9a34b6b 100644
--- a/laxsrc.c
+++ b/laxsrc.c
@@ -11,7 +11,7 @@
#define MIN(a, b) ((a) <= (b) ? (a) : (b))
-static int timeout = 10000;
+static int timeout = 2 * 60 * 1000;
int
laxsrc_init(struct laxsrc *s, int fd, size_t buflen)