Skip to content

Commit

Permalink
fix(options): fuzzySizeThreshold
Browse files Browse the repository at this point in the history
incorrect usage and broken link
  • Loading branch information
zakkarry committed Dec 9, 2023
1 parent e666106 commit 167dfdc
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/basics/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,27 +572,24 @@ includeNonVideos: false,
Increase this number to reject fewer torrents based on size. There is no
guarantee that it will increase your match rate.

https://github.com/cross-seed/cross-seed/blob/port-docs-from-wiki/src/decide.ts#L70-L87

:::caution

This option has very limited utility and under normal operation, does not need
This option has very limited utility and under normal operation does not need
to be modified.

:::

#### `fuzzySizeThreshold` Examples (CLI)

```shell
cross-seed search -d 10
cross-seed search --fuzzy-size-threshold 3
cross-seed daemon -d 5
cross-seed search --fuzzy-size-threshold 0.02
cross-seed daemon --fuzzy-size-threshold 0.02
```

#### `fuzzySizeThreshold` Examples (Config file)

```js
fuzzySizeThreshold: 20,
fuzzySizeThreshold: 0.02,
```

### `excludeOlder`
Expand Down

0 comments on commit 167dfdc

Please sign in to comment.