When I was using 1 node and 1 farm, the drawing speed was very fast. However, when I increased the number of farms to 10, that is, 1 node with 10 farms, each farm being 7T, the drawing speed for all the farms seemed to decrease significantly. I suspect the bottleneck might be caused by the node. Can I change some connection quantity to increase the drawing speed? Here is my node configuration:
[
"--chain", "gemini-3f",
"--base-path", "/var/subspace",
"--execution", "wasm",
"--blocks-pruning", "256",
"--state-pruning", "archive",
"--port", "30334",
"--dsn-listen-on", "/ip4/0.0.0.0/tcp/30434",
"--rpc-cors", "all",
"--rpc-methods", "unsafe",
"--rpc-external",
"--rpc-port", "5846",
"--rpc-max-connections", "2000",
"--in-peers", "500",
"--out-peers", "500",
"--in-peers-light", "500",
"--discover-local",
"--dsn-out-connections", "700",
"--dsn-pending-in-connections", "400",
"--dsn-enable-private-ips",
"--validator",
"--name", "ooplay-node-2"
]