aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-19 16:11:56 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-19 16:11:56 +1000
commitabf0bb37f633a7c509fd8ae78628ff1e8bc97854 (patch)
tree0ee58f79ac857293803089b5aa81c6433d07d58f
parent19c5a2b6c57b8c4245bb07773caa8df598b3feec (diff)
Default to trimming all nodes without images/descs/etc
-rwxr-xr-xbackend/data/trimTree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/data/trimTree.py b/backend/data/trimTree.py
index 65e44e4..294aaf1 100755
--- a/backend/data/trimTree.py
+++ b/backend/data/trimTree.py
@@ -13,7 +13,7 @@ if len(sys.argv) > 1:
sys.exit(1)
dbFile = "data.db"
-softChildLimit = 100
+softChildLimit = 0
dbCon = sqlite3.connect(dbFile)
dbCur = dbCon.cursor()