Skip to content

Commit

Permalink
update(templates): consistency and verbage
Browse files Browse the repository at this point in the history
Mirrored the relevant config options and descriptions.
  • Loading branch information
zakkarry authored and mmgoodnow committed Sep 25, 2023
1 parent 210d633 commit 7955bc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/config.template.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ module.exports = {
includeEpisodes: false,

/**
* Search for single episodes (not from season packs)
* during data based searches.
* Whether to include single episode torrents in the search (not from season packs).
* Like `includeEpisodes` but slightly more restrictive.
*/
includeSingleEpisodes: false,

Expand Down
8 changes: 4 additions & 4 deletions src/config.template.docker.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ module.exports = {
includeEpisodes: false,

/**
* Search for single episodes (not from season packs)
* during data based searches.
* Whether to include single episode torrents in the search (not from season packs).
* Like `includeEpisodes` but slightly more restrictive.
*/
includeSingleEpisodes: false,

/**
* Include torrents which contain non-video files
* This option does not override includeEpisodes or
* includeSeasonPackEpisodes.
* includeSingleEpisodes.
*/
includeNonVideos: false,

Expand Down Expand Up @@ -231,7 +231,7 @@ module.exports = {
searchTimeout: undefined,

/**
* The number of searches to be done before stop.
* The number of searches to be done before it stop.
* Combine this with "excludeRecentSearch" and "searchCadence" to smooth long-term API usage patterns.
* Default is no limit.
*/
Expand Down

0 comments on commit 7955bc7

Please sign in to comment.