fix: stabilize wiki planning and artifact graph rendering (#17473)

This commit is contained in:
buua436
2026-07-28 17:08:40 +08:00
committed by GitHub
parent 730de9cc7f
commit b7ddf45774
3 changed files with 171 additions and 14 deletions

View File

@@ -2974,7 +2974,7 @@ _WIKI_COMPILE_KWDS = (
_WIKI_GRAPH_ENTITY_KWD = "artifact_entity"
_WIKI_GRAPH_RELATION_KWD = "artifact_relation"
_WIKI_GRAPH_ENTITY_PAGE_SIZE = 32
_WIKI_GRAPH_MAX_LOADING_ENTITY = 128
_WIKI_GRAPH_MAX_LOADING_ENTITY = 512
def _wiki_entity_payload(row: dict) -> dict | None: