Skip to content

Commit

Permalink
Try to configure warmup between instances
Browse files Browse the repository at this point in the history
  • Loading branch information
ssokratov committed Nov 8, 2016
1 parent 5ff44cf commit 58102ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DoggyFriction/DoggyFriction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
<Compile Include="App_Start\IocFactory.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="App_Start\StructureMapResolver.cs" />
<Compile Include="App_Start\WarmupWorker.cs" />
<Compile Include="App_Start\WebApiConfig.cs" />
<Compile Include="Controllers\ActionsController.cs" />
<Compile Include="Controllers\ActionsFilter.cs" />
Expand All @@ -188,6 +189,7 @@
<Compile Include="Controllers\SessionsController.cs" />
<Compile Include="Controllers\TemplatesController.cs" />
<Compile Include="Controllers\DebtsController.cs" />
<Compile Include="Controllers\WarmupController.cs" />
<Compile Include="Domain\Action.cs" />
<Compile Include="Domain\Good.cs" />
<Compile Include="Domain\Participation.cs" />
Expand Down

0 comments on commit 58102ba

Please sign in to comment.