Only start one hangfire server

This commit is contained in:
2016-04-13 11:57:15 -04:00
parent 064b86a37b
commit 0c3191d7c6
-1
View File
@@ -18,7 +18,6 @@ namespace LeafWeb.Web
public void Configuration(IAppBuilder app)
{
app.UseHangfireDashboard();
app.UseHangfireServer();
SetupRecurringJobs();
}