Respect shard concurrency limit

This commit is contained in:
Ske
2021-02-01 14:26:39 +01:00
parent ccd12df996
commit e7ae9dbe44
2 changed files with 32 additions and 8 deletions

View File

@@ -5,5 +5,6 @@
public int Total { get; init; }
public int Remaining { get; init; }
public int ResetAfter { get; init; }
public int MaxConcurrency { get; init; }
}
}