소스 검색

limit default max_requests to 3

Felix Fietkau 11 년 전
부모
커밋
9767b5af1c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      main.c

+ 1 - 0
main.c

@@ -65,6 +65,7 @@ static void init_defaults(void)
 {
 	conf.network_timeout = 30;
 	conf.http_keepalive = 0; /* fixme */
+	conf.max_requests = 3;
 
 	uh_index_add("index.html");
 	uh_index_add("index.htm");