diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-19 16:11:56 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-19 16:11:56 +1000 |
| commit | abf0bb37f633a7c509fd8ae78628ff1e8bc97854 (patch) | |
| tree | 0ee58f79ac857293803089b5aa81c6433d07d58f /backend/data | |
| parent | 19c5a2b6c57b8c4245bb07773caa8df598b3feec (diff) | |
Default to trimming all nodes without images/descs/etc
Diffstat (limited to 'backend/data')
| -rwxr-xr-x | backend/data/trimTree.py | 2 |
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() |
