فهرست منبع

reduce default parallel connections to 8

Unrud 7 سال پیش
والد
کامیت
6c12b13ec1
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      config
  2. 1 1
      radicale/config.py

+ 1 - 1
config

@@ -18,7 +18,7 @@
 #hosts = 127.0.0.1:5232
 
 # Max parallel connections
-#max_connections = 20
+#max_connections = 8
 
 # Max size of request body (bytes)
 #max_content_length = 100000000

+ 1 - 1
radicale/config.py

@@ -65,7 +65,7 @@ INITIAL_CONFIG = OrderedDict([
             "aliases": ["-H", "--hosts"],
             "type": str}),
         ("max_connections", {
-            "value": "20",
+            "value": "8",
             "help": "maximum number of parallel connections",
             "type": positive_int}),
         ("max_content_length", {