Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 0a60b14

Browse files
committed
2 parents c5a9a5b + aef8bdb commit 0a60b14

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
###############################
44

55
# Set default behaviour to automatically normalize line endings.
6-
* text=auto
6+
* text=auto eolf=lf
77

88
# Force batch scripts to always use CRLF line endings so that if a repo is accessed
99
# in Windows via a file share from Linux, the scripts will work.

config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ mapping:
6161
interval: 30
6262
date-start: '1999-01-01'
6363
date-end: '2021-02-01'
64-
threads: 8
64+
threads: 128
6565
sink:
6666
split-index-by-field: "" # 'type', splits into different indices with separate prefix
6767
nlp:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ services:
66
restart: always
77
volumes:
88
- ./config/config.yml:/app/config/config.yml:ro
9-
network_mode: host
109
command: "/app/run.sh"
10+
network_mode: host
1111

0 commit comments

Comments
 (0)