Resolved a TODO in AllocationRequestManager

This commit is contained in:
Pavel Kirienko 2015-07-05 10:00:36 +03:00
parent 35fd634282
commit 054b60276d

View File

@ -244,7 +244,7 @@ public:
{
return res;
}
allocation_pub_.setTxTimeout(MonotonicDuration::fromMSec(1000 /* TODO FIXME ALLOCATION RANDOMIZATION */));
allocation_pub_.setTxTimeout(MonotonicDuration::fromMSec(Allocation::FOLLOWUP_TIMEOUT_MS));
res = allocation_sub_.start(AllocationCallback(this, &AllocationRequestManager::handleAllocation));
if (res < 0)