Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meriturva authored Sep 28, 2023
1 parent be42b63 commit 72570d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ builder.Services.AddHangfire((serviceProvider, config) =>
config.UsePerformContextAccessorFilter(serviceProvider);
// Add a storage
config.UseInMemoryStorage();
// Add jobLogs
config.UseJobLogs();
// Add dashboard jobLogs
config.UseDashboardJobLogs();
});

// Add the processing server as IHostedService
Expand Down

0 comments on commit 72570d6

Please sign in to comment.