Skip to content

Commit 8920e27

Browse files
authored
Merge f574901 into sapling-pr-archive-ktf
2 parents 64a22f7 + f574901 commit 8920e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/ComputingQuotaEvaluator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ComputingQuotaEvaluator
3232
{
3333
public:
3434
// Maximum number of offers this evaluator can hold
35-
static constexpr int MAX_INFLIGHT_OFFERS = 16;
35+
static constexpr int MAX_INFLIGHT_OFFERS = 32;
3636
ComputingQuotaEvaluator(ServiceRegistryRef ref);
3737
/// @a task the task which needs some quota
3838
/// @a request the resource request the @a task needs

0 commit comments

Comments
 (0)