Improve documentation.

This commit is contained in:
Suraj Gupta 2021-10-25 12:19:28 -04:00
parent 7492a9e7d7
commit e57e2bec5f
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ ACTOR Future<Void> checkManagerLock(Reference<ReadYourWritesTransaction> tr, Blo
return Void();
}
// FIXME: this does all logic in one transaction. Adding a giant range to an existing database to hybridize would spread
// FIXME: this does all logic in one transaction. Adding a giant range to an existing database to blobify would
// require doing a ton of storage metrics calls, which we should split up across multiple transactions likely.
ACTOR Future<Void> monitorClientRanges(BlobManagerData* bmData) {
loop {