Skip to content

Commit 12c2cde

Browse files
committed
fix docs
1 parent 89c5f9e commit 12c2cde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/backend/base/langflow/api/v1/mappers/deployments

src/backend/base/langflow/api/v1/mappers/deployments/helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -891,8 +891,8 @@ async def list_deployments_synced(
891891
"""Return a page of deployments, batch-deleting DB rows the provider doesn't recognise.
892892
893893
Each round fetches a candidate window so one provider lookup reconciles
894-
stale rows beyond the page. Refill rounds seek after the last processed row,
895-
so concurrent deletes do not shift a numeric offset under the loop.
894+
stale rows beyond the page. Refill rounds seek after the last processed row
895+
to avoid corruption to the offset under concurrent deletes.
896896
897897
``allowed_ids`` is the DB-layer authorization prefilter, threaded into both
898898
the page query and the total count so a registered authorization plugin can

0 commit comments

Comments
 (0)