diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-05-26 01:06:16 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-05-26 01:06:16 +1000 |
| commit | eb72584af8f5a598740a87ee024d0d899fdffc8d (patch) | |
| tree | 64e418086157831f17233621ea5cf5e4320baebc /.gitignore | |
| parent | 67cf7da46692f86120a5e066a2f696074413d3f6 (diff) | |
Trim otol tree to avoid certain slowdowns
Some nodes had multiple ancestors with over 10k children, and
jump-searching to them could take almost a minute for vue to load.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,3 +20,4 @@ /backend/data/enwiki/.venv/ /backend/data/dbpedia/*.bz2 /backend/data/dbpedia/*.db +/backend/data/namesToKeep.txt |
