|
|
|
@ -877,7 +877,7 @@ namespace DepotDownloader
|
|
|
|
depot.manifestId,
|
|
|
|
depot.manifestId,
|
|
|
|
depot.branch);
|
|
|
|
depot.branch);
|
|
|
|
// This code will hopefully be valid for one period following the issuing period
|
|
|
|
// 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
|
|
|
|
// This will likely be a fatal error once the manifest code is enforced
|
|
|
|
if (manifestRequestCode == 0)
|
|
|
|
if (manifestRequestCode == 0)
|
|
|
|
|