mirror of
https://github.com/fergalmoran/Quartzmin.git
synced 2026-01-06 16:55:45 +00:00
cleaning up
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Quartzmin.AspNet
|
||||
{
|
||||
app.UseQuartzmin(new QuartzminOptions()
|
||||
{
|
||||
Scheduler = DemoScheduler.Create(),
|
||||
Scheduler = DemoScheduler.Create().Result,
|
||||
|
||||
DefaultDateFormat = "dd.MM.yyyy",
|
||||
VirtualPathRoot = "/test",
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
</configSections>
|
||||
|
||||
<quartz>
|
||||
<add key="quartz.plugin.executionHistoryPlugin.type" value="Quartz.Plugins.RecentHistory.ExecutionHistoryPlugin, Quartz.Plugins.RecentHistory" />
|
||||
<add key="quartz.plugin.executionHistoryPlugin.executionHistoryStoreType" value="Quartz.Plugins.RecentHistory.Impl.InProcExecutionHistoryStore, Quartz.Plugins.RecentHistory" />
|
||||
<add key="quartz.plugin.recentHistory.type" value="Quartz.Plugins.RecentHistory.ExecutionHistoryPlugin, Quartz.Plugins.RecentHistory" />
|
||||
<add key="quartz.plugin.recentHistory.storeType" value="Quartz.Plugins.RecentHistory.Impl.InProcExecutionHistoryStore, Quartz.Plugins.RecentHistory" />
|
||||
</quartz>
|
||||
|
||||
<system.web>
|
||||
|
||||
Reference in New Issue
Block a user