Skip to content

Commit 2160739

Browse files
committed
don't persist job
1 parent 1dbcff6 commit 2160739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BlazorDiffusion/Configure.BackgroundJobs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void Configure(IWebHostBuilder builder) => builder
2626
var jobs = services.GetRequiredService<IBackgroundJobs>();
2727
#if DEBUG
2828
jobs.RecurringCommand<LogCommand>("Every Minute", Schedule.EveryMinute, new() {
29-
// RunCommand = true // don't persist job
29+
RunCommand = true // don't persist job
3030
});
3131
#endif
3232

0 commit comments

Comments
 (0)