aboutsummaryrefslogtreecommitdiff
path: root/backend/data/trimTree.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/data/trimTree.py')
-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()