feat: add "concurrent_adapters" to configuration file
modified doc/userguide.md
@@ -201,6 +201,7 @@ The configuration fields are:
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/config.rs
@@ -37,6 +37,8 @@ pub struct Config {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -58,6 +60,13 @@ impl Config {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|