Manifest request code period is more likely 5 minutes

pull/319/head
Ryan Kistner 4 years ago
parent 0054301ad6
commit 4acc41fe92

@ -877,7 +877,7 @@ namespace DepotDownloader
depot.manifestId,
depot.branch);
// This code will hopefully be valid for one period following the issuing period
manifestRequestCodeExpiration = now.Add(TimeSpan.FromMinutes(15));
manifestRequestCodeExpiration = now.Add(TimeSpan.FromMinutes(5));
// This will likely be a fatal error once the manifest code is enforced
if (manifestRequestCode == 0)

Loading…
Cancel
Save