Skip to content

Commit f84bb0f

Browse files
committed
update SR
1 parent 16c8553 commit f84bb0f

File tree

2 files changed

+38
-18
lines changed

2 files changed

+38
-18
lines changed

config/Test-MServer-Config-R1.yaml

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,22 @@ maximumRequestsPerSecond: 999.0
1717

1818
# If set only these Sender will be crawled all other will be ignored.
1919
senderIncluded:
20-
#- MDR
21-
#- NDR
20+
#- ARD
21+
#- ARTE_DE
22+
#- ARGE_FR
23+
#- ARTE_EN
24+
#- ARTE_PL
25+
#- ARTE_IT
26+
#- ARTE_ES
27+
#- 3SAT
28+
#- FUNK
2229
#- KIKA
2330
- DW
24-
#- BR
31+
#- ORF
2532
#- PHOENIX
33+
#- SRF
34+
#- SR
35+
#- ZDF
2636

2737
# If set the server will be awake after the crawler run and restarts the run after the given amount.
2838
#schedules:
@@ -159,14 +169,14 @@ senderConfigurations:
159169
KIKA:
160170
maximumSubpages: 2
161171
maximumRequestsPerSecond: 8.0
162-
SR:
163-
maximumRequestsPerSecond: 2.0
164172
ZDF:
165173
maximumRequestsPerSecond: 10.0
166174
FUNK:
167175
maximumUrlsPerTask: 99
168176
DW:
169-
maximumSubpages: 30
177+
maximumSubpages: 10
178+
SR:
179+
maximumSubpages: 5
170180

171181
# configure string variables
172182
crawlerApiParams:
@@ -184,13 +194,13 @@ copySettings:
184194
# JSON: /var/www/mediathekview/filmlisten/filmliste.json
185195
OLD_JSON: copyTarget/filmliste_old.json
186196
# JSON_COMPRESSED: /var/www/mediathekview/filmlisten/filmliste.json.xz
187-
OLD_JSON_COMPRESSED_XZ: copyTarget/filmliste_old.json.xz
197+
# OLD_JSON_COMPRESSED_XZ: copyTarget/filmliste_old.json.xz
188198

189199
copyTargetDiffFilePaths:
190200
# JSON: /var/www/mediathekview/filmlisten/filmliste_diff.json
191201
OLD_JSON: copyTarget/filmliste_old_diff.json
192202
# JSON_COMPRESSED: /var/www/mediathekview/filmlisten/filmliste_diff.json.xz
193-
OLD_JSON_COMPRESSED_XZ: copyTarget/filmliste_old_diff.json.xz
203+
# OLD_JSON_COMPRESSED_XZ: copyTarget/filmliste_old_diff.json.xz
194204

195205
#### Logging ####
196206
logSettings:

config/Test-MServer-Config-R2.yaml

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,22 @@ maximumRequestsPerSecond: 999.0
1717

1818
# If set only these Sender will be crawled all other will be ignored.
1919
senderIncluded:
20-
#- MDR
21-
#- NDR
20+
#- ARD
21+
#- ARTE_DE
22+
#- ARGE_FR
23+
#- ARTE_EN
24+
#- ARTE_PL
25+
#- ARTE_IT
26+
#- ARTE_ES
27+
#- 3SAT
28+
#- FUNK
2229
#- KIKA
2330
- DW
24-
#- BR
31+
#- ORF
2532
#- PHOENIX
33+
#- SRF
34+
#- SR
35+
#- ZDF
2636

2737
# If set the server will be awake after the crawler run and restarts the run after the given amount.
2838
#schedules:
@@ -159,14 +169,14 @@ senderConfigurations:
159169
KIKA:
160170
maximumSubpages: 2
161171
maximumRequestsPerSecond: 8.0
162-
SR:
163-
maximumRequestsPerSecond: 2.0
164172
ZDF:
165173
maximumRequestsPerSecond: 10.0
166174
FUNK:
167175
maximumUrlsPerTask: 99
168176
DW:
169-
maximumSubpages: 10
177+
maximumSubpages: 1
178+
SR:
179+
maximumSubpages: 1
170180

171181
# configure string variables
172182
crawlerApiParams:
@@ -175,7 +185,7 @@ crawlerApiParams:
175185
#### COPY ####
176186
copySettings:
177187
# En- / disables FTP
178-
copyEnabled: false
188+
copyEnabled: true
179189

180190
# The paths where to safe the film list files.
181191
# WARNING: You can only set the path for film list formats you listed in "filmlistSaveFormats".
@@ -184,13 +194,13 @@ copySettings:
184194
# JSON: /var/www/mediathekview/filmlisten/filmliste.json
185195
OLD_JSON: copyTarget/filmliste_old.json
186196
# JSON_COMPRESSED: /var/www/mediathekview/filmlisten/filmliste.json.xz
187-
OLD_JSON_COMPRESSED_XZ: copyTarget/filmliste_old.json.xz
197+
# OLD_JSON_COMPRESSED_XZ: copyTarget/filmliste_old.json.xz
188198

189199
copyTargetDiffFilePaths:
190200
# JSON: /var/www/mediathekview/filmlisten/filmliste_diff.json
191201
OLD_JSON: copyTarget/filmliste_old_diff.json
192202
# JSON_COMPRESSED: /var/www/mediathekview/filmlisten/filmliste_diff.json.xz
193-
OLD_JSON_COMPRESSED_XZ: copyTarget/filmliste_old_diff.json.xz
203+
# OLD_JSON_COMPRESSED_XZ: copyTarget/filmliste_old_diff.json.xz
194204

195205
#### Logging ####
196206
logSettings:
@@ -203,7 +213,7 @@ logSettings:
203213
logLevelFile: INFO
204214

205215
# Should be logged to console?
206-
logActivateConsole: true
216+
logActivateConsole: false
207217

208218
# Should be logged to file?
209219
logActivateFile: true

0 commit comments

Comments
 (0)