We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512d5bc commit f574901Copy full SHA for f574901
Framework/Core/include/Framework/ComputingQuotaEvaluator.h
@@ -32,7 +32,7 @@ class ComputingQuotaEvaluator
32
{
33
public:
34
// Maximum number of offers this evaluator can hold
35
- static constexpr int MAX_INFLIGHT_OFFERS = 16;
+ static constexpr int MAX_INFLIGHT_OFFERS = 32;
36
ComputingQuotaEvaluator(ServiceRegistryRef ref);
37
/// @a task the task which needs some quota
38
/// @a request the resource request the @a task needs
0 commit comments