This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Tracker): Better Tracker behaviour in multi tracker
1. Add Cache Lock to prevent bittorrent client flood same requests uri, It will return empty peer_list when hit the lock. 2. Add Time Tag When Controller start. 3. Change order of client's ua check. 4. Add Cache pool of invalid_passkey, invalid_info_hash, valid_clients, valid_peers to quick check user params. 6. Change The SQL of get peer list from database. 7. Separate Redis Key Field to class \apps\libraries\Constant 8. replace quote to single if no Variable in string. 9. Add more tracker control keys. BREAKING CHANGE: COLUMN `corrupt` in `users` TABLE changed
- Loading branch information