Ticket #8137: mythpatch

File mythpatch, 277 bytes (added by Alberto Mattea <support.intranet@…>, 14 years ago)

Simple patch to raise the timeout to 20000 ms

Line 
1--- mythold     2010-03-05 18:56:54.000000000 +0100
2+++ mythnew     2010-03-05 18:57:10.000000000 +0100
3@@ -4,7 +4,7 @@
4 
5 #include "mythexp.h"
6 
7-#define kMythSocketShortTimeout  7000
8+#define kMythSocketShortTimeout  20000
9 #define kMythSocketLongTimeout  30000
10 
11 class MythSocket;