Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert the incoming_limit
  • Loading branch information
tomaka committed Feb 26, 2020
commit d05b1eb69f84f20cb3343cc24ff9c12cf8e9badb
1 change: 0 additions & 1 deletion client/network/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ impl<B: BlockT + 'static, H: ExHashT> NetworkWorker<B, H> {
if let Some(spawner) = params.executor {
builder = builder.executor_fn(spawner);
}
builder = builder.incoming_limit(Some(params.network_config.in_peers));
(builder.build(), bandwidth)
};

Expand Down