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 eb2113a commit 3346ad1Copy full SHA for 3346ad1
src/document_processor.py
@@ -49,7 +49,7 @@
49
50
ROOT_DIRECTORY = Path(__file__).parent
51
SOURCE_DIRECTORY = ROOT_DIRECTORY / "Docs_for_DB"
52
-INGEST_THREADS = max(4, os.cpu_count() - 4)
+INGEST_THREADS = max(2, os.cpu_count() - 8)
53
54
55
from typing import List
0 commit comments