Skip to content

Commit f574901

Browse files
committed
DPL: reduce chances to drop offers
Workaround. Proper fix coming.
1 parent 512d5bc commit f574901

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)