Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit e6464c0

Browse files
committed
Yes it is needed according to the history
1 parent a94fb8f commit e6464c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/service/test/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fn node_config<G, E: Clone> (
159159
enable_mdns: false,
160160
allow_private_ipv4: true,
161161
wasm_external_transport: None,
162-
use_yamux_flow_control: true, // TODO: is this needed for the test?
162+
use_yamux_flow_control: true,
163163
};
164164

165165
Configuration {

0 commit comments

Comments
 (0)