doc: remove FIXME simplify uploading

there's no need to simplify the uploading; the uploading is not on
within this one future which will be executed so it's not safe to just
remove it or revert it back.

also I am hesitant to add new changes at this point, the diff is large
enough.
This commit is contained in:
Joonas Koivunen
2023-05-10 17:35:26 +03:00
parent 72131e15ff
commit 8e51d5d8f3

View File

@@ -1440,7 +1440,6 @@ impl Tenant {
let span = tracing::Span::current();
// FIXME: simplify uploading
// if we have concurrent requests, we will only execute one version of following future;
// initially it did not have any means to be cancelled.
//