Skip to content

Commit 9a93aab

Browse files
committed
docs: explain got_basis reuse in FDv1 fallback branch
1 parent 303b3a8 commit 9a93aab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

libs/server-sdk/src/data_systems/fdv2/fdv2_data_system.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ void FDv2DataSystem::OnInitializerResult(
198198
if (source_manager_.AvailableSynchronizerCount() > 0) {
199199
LD_LOG(logger_, LogLevel::kInfo)
200200
<< Identity() << ": FDv1 fallback engaged";
201+
// No basis yet; reuse the flag to fall through to
202+
// StartSynchronizers so the FDv1 fallback synchronizer can
203+
// produce it.
201204
got_basis = true;
202205
} else {
203206
LD_LOG(logger_, LogLevel::kWarn)

0 commit comments

Comments
 (0)