Disables future-counting API call

This commit is contained in:
benbierens 2023-07-18 08:03:16 +02:00
parent fe25166478
commit 6892080128
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA

View File

@ -45,7 +45,8 @@ namespace DistTestCore.Codex
public int GetDebugFutures() public int GetDebugFutures()
{ {
return Http().HttpGetJson<CodexDebugFutures>("debug/futures").futures; // Some Codex images support debug/futures to count the number of open futures.
return 0; // Http().HttpGetJson<CodexDebugFutures>("debug/futures").futures;
} }
public CodexDebugThresholdBreaches GetDebugThresholdBreaches() public CodexDebugThresholdBreaches GetDebugThresholdBreaches()