mirror of
https://github.com/Radarr/Radarr
synced 2024-12-25 17:27:59 +00:00
minor tweaks
This commit is contained in:
parent
7330683a4a
commit
90c6b78e8c
2 changed files with 16 additions and 6 deletions
|
@ -573,11 +573,21 @@
|
|||
<Content Include="Content\Images\img02.jpg" />
|
||||
<Content Include="Content\Images\img03.jpg" />
|
||||
<Content Include="Content\Images\img07.jpg" />
|
||||
<Content Include="Content\Images\Indexers\Newzbin.png" />
|
||||
<Content Include="Content\Images\Indexers\NzbMatrix.png" />
|
||||
<Content Include="Content\Images\Indexers\NzbsOrg.png" />
|
||||
<Content Include="Content\Images\Indexers\NzbsRus.png" />
|
||||
<Content Include="Content\Images\Indexers\Unknown.png" />
|
||||
<Content Include="Content\Images\Indexers\Newzbin.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Images\Indexers\NzbMatrix.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Images\Indexers\NzbsOrg.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Images\Indexers\NzbsRus.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Images\Indexers\Unknown.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Images\Plus.png" />
|
||||
<Content Include="Content\Images\spin.gif" />
|
||||
<Content Include="Content\Images\ui-bg_diagonals-small_0_aaaaaa_40x40.png" />
|
||||
|
|
|
@ -71,7 +71,7 @@ internal static Process StartServer()
|
|||
IISProcess.BeginOutputReadLine();
|
||||
|
||||
//Start Ping
|
||||
_pingTimer = new Timer(10000) { AutoReset = true };
|
||||
_pingTimer = new Timer(30000) { AutoReset = true };
|
||||
_pingTimer.Elapsed += (PingServer);
|
||||
_pingTimer.Start();
|
||||
|
||||
|
|
Loading…
Reference in a new issue