From eb72584af8f5a598740a87ee024d0d899fdffc8d Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Thu, 26 May 2022 01:06:16 +1000 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7fa730c..5b7ed15 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /backend/data/enwiki/.venv/ /backend/data/dbpedia/*.bz2 /backend/data/dbpedia/*.db +/backend/data/namesToKeep.txt -- cgit v1.2.3