Skip to content

Commit

Permalink
Merge pull request #889 from EventStore/non-admin-users
Browse files Browse the repository at this point in the history
馃憤
  • Loading branch information
pgermishuys committed Apr 15, 2016
2 parents c5482b1 + f9f01e3 commit f38402b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using EventStore.Common.Log;
using EventStore.Core.Bus;
using EventStore.Core.Helpers;
using EventStore.Core.Services.UserManagement;
using EventStore.Projections.Core.Messages;

namespace EventStore.Projections.Core.Services.Processing
Expand Down Expand Up @@ -53,7 +54,7 @@ public override SlaveProjectionDefinitions GetSlaveProjections()
new CoreProjectionCheckpointWriter(
namingBuilder.MakeCheckpointStreamName(), ioDispatcher, _projectionVersion, _name);
var checkpointManager2 = new DefaultCheckpointManager(
publisher, projectionCorrelationId, _projectionVersion, _projectionConfig.RunAs, ioDispatcher,
publisher, projectionCorrelationId, _projectionVersion, SystemAccount.Principal, ioDispatcher,
_projectionConfig, _name, new PhasePositionTagger(1), namingBuilder, GetUseCheckpoints(), false,
_sourceDefinition.DefinesFold, coreProjectionCheckpointWriter);

Expand Down

0 comments on commit f38402b

Please sign in to comment.