Skip to content

Commit

Permalink
no incremental mode - depht to be controlled by maximumSubpages
Browse files Browse the repository at this point in the history
  • Loading branch information
codingPF committed Nov 18, 2023
1 parent a3893ff commit 7c7dc2f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ protected RecursiveTask<Set<Film>> createCrawlerTask() {
// TODO phoenix vor ort fehlt => müssten mehrere Videos pro Seite sein!

try {
if (Boolean.TRUE.equals(crawlerConfig.getTopicsSearchEnabled())) {
shows.addAll(getShows());
}
shows.addAll(getShows());
printMessage(
ServerMessages.DEBUG_ALL_SENDUNG_FOLGEN_COUNT, getSender().getName(), shows.size());
getAndSetMaxCount(shows.size());
Expand Down

0 comments on commit 7c7dc2f

Please sign in to comment.