mirror of
https://github.com/PeWu/topola-viewer.git
synced 2025-12-23 18:50:04 +00:00
WikiTree: Limit number of descendant generations to 5
This commit is contained in:
parent
d195a7c9ea
commit
5aebf3c7f4
@ -188,7 +188,7 @@ export async function loadWikiTree(
|
||||
|
||||
// Limit the number of generations of descendants because there may be tens of
|
||||
// generations for some profiles.
|
||||
const descendantGenerationLimit = 10;
|
||||
const descendantGenerationLimit = 5;
|
||||
|
||||
// Fetch descendants recursively.
|
||||
let toFetch = [key];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user