mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Fix/chunking not enabled (#364)
* Enable chunking by default in producer * Fix some issues including uploading large docs
This commit is contained in:
parent
844547ab5f
commit
9e4eb634a4
8 changed files with 17 additions and 6 deletions
1
trustgraph-cli/scripts/tg-show-library-processing
Normal file → Executable file
1
trustgraph-cli/scripts/tg-show-library-processing
Normal file → Executable file
|
|
@ -36,6 +36,7 @@ def show_procs(url, user):
|
|||
table,
|
||||
tablefmt="pretty",
|
||||
stralign="left",
|
||||
maxcolwidths=[None, 50],
|
||||
))
|
||||
print()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue