forked from cross-seed/cross-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix search limit config item (cross-seed#479)
The SQL query for the filterTimestamps function was malformed and would return the same (too high, low) timestamp every time, since it didn't filter for torrent name, and because max and min were reversed. It would never filter any torrent unless every single torrent had an extant entry in the db for every indexer. Fixes cross-seed#453
- Loading branch information
Showing
1 changed file
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters