Package: plum / 1:2.33.1-11

0003-shorten-timeout-to-20.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Hideki Yamane <henrich@debian.org>
Date: Wed, 27 Apr 2016 21:02:26 +0900
Subject: shorten timeout to 20

---
 plum | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plum b/plum
index 3892177..3df28fe 100755
--- a/plum
+++ b/plum
@@ -12,7 +12,7 @@ $NOTRAILING = &'list('004', '215', '221', '324', '341', '367', 'mode');
 
 $ALIAS = '*.jp';
 
-$TIMEOUT = 120;
+$TIMEOUT = 20;
 $READSIZE = 1024;
 $IRCPORT = 6667;