Catalyst icon indicating copy to clipboard operation
Catalyst copied to clipboard

Change injection to .SingleInstance() where appropriate

Open franssl opened this issue 5 years ago • 0 comments

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.

franssl avatar Jul 16 '20 10:07 franssl