Fix/chunking not enabled (#364)

* Enable chunking by default in producer

* Fix some issues including uploading large docs
This commit is contained in:
cybermaggedon 2025-05-06 00:28:20 +01:00 committed by GitHub
parent 844547ab5f
commit 9e4eb634a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 17 additions and 6 deletions

1
trustgraph-cli/scripts/tg-show-library-processing Normal file → Executable file
View file

@ -36,6 +36,7 @@ def show_procs(url, user):
table,
tablefmt="pretty",
stralign="left",
maxcolwidths=[None, 50],
))
print()