We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88993de commit 31c4c9eCopy full SHA for 31c4c9e
src/memos/memories/textual/tree_text_memory/organize/manager.py
@@ -92,7 +92,7 @@ def add(
92
"""
93
added_ids: list[str] = []
94
95
- with ContextThreadPoolExecutor(max_workers=20) as executor:
+ with ContextThreadPoolExecutor(max_workers=200) as executor:
96
futures = {executor.submit(self._process_memory, m, user_name): m for m in memories}
97
for future in as_completed(futures, timeout=60):
98
try:
0 commit comments