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 1e94bbf249
commit 511978be6f

View File

@@ -1505,7 +1505,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.
//