This commit is contained in:
Christian Schwarz
2025-01-15 21:49:26 +01:00
parent 9fe77c527f
commit 66c0df8109

View File

@@ -560,6 +560,9 @@ struct BatchedTestRequest {
timer: SmgrOpTimer,
}
/// NB: we only hold [`timeline::handle::WeakHandle`] inside this enum,
/// so that we don't keep the [`Timeline::gate`] open while the batch
/// is being built up inside the [`spsc_fold`] (pagestream pipelining).
enum BatchedFeMessage {
Exists {
span: Span,