11components_manager :
2+ coro_pool :
3+ initial_size : 1000
4+ max_size : 10000
5+ stack_size : 4194304
6+ stack_usage_monitor_enabled : true
7+ event_thread_pool :
8+ threads : 2
29 task_processors :
310 main-task-processor :
411 worker_threads : $main_worker_threads
@@ -19,7 +26,7 @@ components_manager:
1926 port#fallback: 8081
2027 connection :
2128 in_buffer_size : 1048576
22- requests_queue_size_threshold : 1024
29+ requests_queue_size_threshold : 16384
2330 task_processor : main-task-processor
2431 handler-defaults :
2532 max_url_size : 8192
@@ -66,20 +73,27 @@ components_manager:
6673 keystore#fallback: /tmp/keystore/
6774 threads : $tonlib_threads
6875 threads#fallback: 4
69- # external_message_endpoints: $tonlib_boc_endpoints
70- # external_message_endpoints#fallback: []
7176 task_processor : main-task-processor
7277 dns-client :
7378 fs-task-processor : fs-task-processor
7479 http-client :
75- pool-statistics-disable : false
80+ pool-statistics-disable : true
7681 thread-name-prefix : http-client
7782 threads : $http_worker_threads
7883 threads#fallback: 2
7984 fs-task-processor : fs-task-processor
8085 destination-metrics-auto-max-size : 100
8186 user-agent : $http_worker_user_agent
8287 user-agent#fallback: empty
88+ jsonrpc-http-client :
89+ pool-statistics-disable : true
90+ thread-name-prefix : jsonrpc-http-client
91+ threads : $http_worker_threads
92+ threads#fallback: 2
93+ fs-task-processor : fs-task-processor
94+ destination-metrics-auto-max-size : 0
95+ user-agent : $http_worker_user_agent
96+ user-agent#fallback: empty
8397 fs-cache-main :
8498 dir : $static_content_dir
8599 dir#fallback: /app/static/
@@ -342,6 +356,7 @@ components_manager:
342356 logger : api-v2-jsonrpc
343357 port : $server_port
344358 port#fallback: 8081
359+ log-level : error
345360
346361 #
347362 # service handlers
0 commit comments