Update find_block.py

This commit is contained in:
Nicholas Tindle
2026-02-08 19:28:31 -06:00
committed by GitHub
parent 29946e14e8
commit 044d5453e2

View File

@@ -19,7 +19,7 @@ logger = logging.getLogger(__name__)
_TARGET_RESULTS = 10
# Over-fetch to compensate for post-hoc filtering of graph-only blocks.
# ~16-17 blocks are currently excluded; 40 provides ample margin.
# 40 is 2x current removed; speed of query 10 vs 40 is minimial
_OVERFETCH_PAGE_SIZE = 40
# Block types that only work within graphs and cannot run standalone in CoPilot.