Skip to content

Commit

Permalink
remove (old) importfilmlist configuration items
Browse files Browse the repository at this point in the history
  • Loading branch information
codingPF committed Nov 1, 2023
1 parent 14ab0a8 commit fbf5c34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions MServer-Config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,6 @@ checkImportListUrlMinSize: 5012
# abort url checking after x sec
checkImportListUrlTimeoutInSec: 1800

# Sets if a filmlist should be imported
#filmlistImporEnabled: false

# The format of the film list to import.
# Possible are: JSON, OLD_JSON, JSON_COMPRESSED_XZ, OLD_JSON_COMPRESSED_XZ, JSON_COMPRESSED_GZIP, OLD_JSON_COMPRESSED_BZIP, JSON_COMPRESSED_GZIP, OLD_JSON_COMPRESSED_BZIP
#filmlistImportFormat: OLD_JSON_COMPRESSED_XZ

# The path/URL of the film list to import.
#filmlistImportLocation: http://verteiler1.mediathekview.de/Filmliste-akt.xz

#### Default crawler configurations ####
# The maximum amount of URLs to be processed per task.
maximumUrlsPerTask: 50
Expand Down
10 changes: 0 additions & 10 deletions src/test/resources/MServer-JUnit-Config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ filmlistDiffSavePaths:
# JSON_COMPRESSED_XZ: filmliste_diff.json.xz
OLD_JSON_COMPRESSED_XZ: filmlists/filmliste_old_diff.json.xz

# Sets if a filmlist should be imported
filmlistImportEnabled: false

# The format of the film list to import.
# Possible are: JSON, OLD_JSON, JSON_COMPRESSED_XZ, OLD_JSON_COMPRESSED_XZ
#filmlistImportFormat: OLD_JSON_COMPRESSED_XZ

# The path/URL of the film list to import.
#filmlistImportLocation: https://google.de

#### Default crawler configurations ####
# The maximum amount of URLs to be processed per task.
maximumUrlsPerTask: 50
Expand Down

0 comments on commit fbf5c34

Please sign in to comment.