Change injection to .SingleInstance() where appropriate
Opened this issue · 0 comments
franssl commented
PeerSettings was previously being injected without the use of .SingleInstance(), which meant increased node start up times.
We should check for other classes that should be injected as a single instance.