Просмотр исходного кода

* Changed max_dcc back to 200, no need for more yet

svn: 1390
Bryan Drewery 21 лет назад
Родитель
Сommit
2d0faf26ab
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/dccutil.c

+ 1 - 1
src/dccutil.c

@@ -31,7 +31,7 @@ static struct portmap 	*root = NULL;
 
 
 time_t	connect_timeout = 15;		/* How long to wait before a telnet
 time_t	connect_timeout = 15;		/* How long to wait before a telnet
 					   connection times out */
 					   connection times out */
-int         max_dcc = 299;
+int         max_dcc = 200;
 
 
 static int         dcc_flood_thr = 3;
 static int         dcc_flood_thr = 3;