Skip to content

Commit 3346ad1

Browse files
authored
Add files via upload
1 parent eb2113a commit 3346ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/document_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
ROOT_DIRECTORY = Path(__file__).parent
5151
SOURCE_DIRECTORY = ROOT_DIRECTORY / "Docs_for_DB"
52-
INGEST_THREADS = max(4, os.cpu_count() - 4)
52+
INGEST_THREADS = max(2, os.cpu_count() - 8)
5353

5454

5555
from typing import List

0 commit comments

Comments
 (0)