mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
back off the delay a bit
This commit is contained in:
parent
6150764da8
commit
538235468d
@ -69,7 +69,7 @@ public class ApiKeyAuthenticationHandler : AuthenticationHandler<ApiKeyAuthentic
|
|||||||
MetricsKey = metricsKey,
|
MetricsKey = metricsKey,
|
||||||
UserAgent = Request.Headers.UserAgent
|
UserAgent = Request.Headers.UserAgent
|
||||||
});
|
});
|
||||||
await Task.Delay(TimeSpan.FromSeconds(60));
|
await Task.Delay(TimeSpan.FromSeconds(20));
|
||||||
throw new Exception("Error, lipsum timeout of the cross distant cloud.");
|
throw new Exception("Error, lipsum timeout of the cross distant cloud.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user