Update fdbserver/MasterProxyServer.actor.cpp
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
This commit is contained in:
parent
ca8a4c0096
commit
f8513327dc
|
@ -183,7 +183,7 @@ ACTOR Future<Void> queueTransactionStartRequests(
|
|||
} else if (req.priority() >= GetReadVersionRequest::PRIORITY_DEFAULT) {
|
||||
stats->txnDefaultPriorityStartIn += req.transactionCount;
|
||||
} else {
|
||||
// Return error for bath_priority GRV requests
|
||||
// Return error for batch_priority GRV requests
|
||||
int64_t proxiesCount = std::max((int)db->get().client.proxies.size(), 1);
|
||||
if (batchRateInfo->rate <= (1.0 / proxiesCount)) {
|
||||
TEST(true);
|
||||
|
|
Loading…
Reference in New Issue