We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf7ac6 commit a18a219Copy full SHA for a18a219
src/Umbraco.Web/WebBootManager.cs
@@ -276,7 +276,6 @@ protected override void InitializeResolvers()
276
DefaultRenderMvcControllerResolver.Current = new DefaultRenderMvcControllerResolver(typeof(RenderMvcController));
277
278
//Override the ServerMessengerResolver to set a username/password for the distributed calls
279
- //ServerMessengerResolver.Current.SetServerMessenger(new DefaultServerMessenger(() =>
280
ServerMessengerResolver.Current.SetServerMessenger(new BatchedServerMessenger(() =>
281
{
282
//we should not proceed to change this if the app/database is not configured since there will
0 commit comments