250 nodes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-10-10 10:33:08 +02:00
parent 31d1b84bb9
commit 990a1b3c67
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ module.exports = Self => {
const leaves = map.get(parentId);
const maxNodes = 100;
const maxNodes = 250;
if (res.length <= maxNodes)
setLeaves(leaves);