mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Reduce the retry time
This commit is contained in:
parent
3384ba90fc
commit
795e691bdb
6 changed files with 18 additions and 14 deletions
|
@ -151,7 +151,7 @@ namespace PlexRequests.Core.StatusChecker
|
|||
var downloadLink = $"{AppveyorApiUrl}/buildjobs/{jobId}/artifacts/{artifactResult.fileName}";
|
||||
|
||||
var branchDisplay = EnumHelper<Branches>.GetDisplayValue(branch);
|
||||
var localVersion = AssemblyHelper.GetProductVersion();
|
||||
var localVersion = AssemblyHelper.GetFileVersion();
|
||||
var localVersionExtended = $"{localVersion.Remove(localVersion.Length - 2, 2)}00";
|
||||
|
||||
var model = new StatusModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue