2
0
mirror of https://github.com/urbanguacamole/torrent-paradise synced 2024-10-31 21:20:13 +00:00
torrent-paradise/spider/tempo-sql
Urban Guacamole 241a83281f Clean up
Before publishing to Github
2019-01-31 13:51:03 +01:00

5 lines
130 B
Plaintext

script to see how fast the spiders are adding new torrents
select added::date, count(infohash)
from torrent
group by added::date;