mirror of
https://github.com/urbanguacamole/torrent-paradise
synced 2024-10-31 21:20:13 +00:00
241a83281f
Before publishing to Github
5 lines
130 B
Plaintext
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; |