From 6db0c4032b971b216196b06fc940f401088005a4 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 14 Mar 2001 22:01:31 +0000
Subject: [PATCH] Shortened thread wait timeout (from 60 seconds to 15)

---
 src/sbbs3/ftpsrvr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/ftpsrvr.c b/src/sbbs3/ftpsrvr.c
index 967c60efce..3ef1c145ee 100644
--- a/src/sbbs3/ftpsrvr.c
+++ b/src/sbbs3/ftpsrvr.c
@@ -78,7 +78,7 @@
 #define LOCAL_FSYS_DIR			"local:"
 #define BBS_FSYS_DIR			"bbs:"
 
-#define TIMEOUT_THREAD_WAIT		60		/* Seconds */
+#define TIMEOUT_THREAD_WAIT		15		/* Seconds */
 
 #define XFER_REPORT_INTERVAL	60		/* Seconds */
 
-- 
GitLab