Catalyst
Catalyst copied to clipboard
Change injection to .SingleInstance() where appropriate
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.