OlafvdSpek / xbt

High-Performance BitTorrent Tracker
GNU General Public License v3.0
177 stars 69 forks source link

clean_up_interval not working #80

Open AngelOfFear opened 4 years ago

AngelOfFear commented 4 years ago

I set clean_up_interval = 86400, but torrents (in xbt_torrents) are deleted immediately.

OlafvdSpek commented 4 years ago

What are you trying to do? clean_up_interval isn't related to when torrents get deleted.

AngelOfFear commented 4 years ago

When I delete a news/file, I do UPDATE xbt_torrents SET flags=1, and the row in xbt_torrents is immediately deleted.