You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Notes
Be sure to run php artisan queue:restart && sudo supervisorctl reread && sudo supervisorctl update && sudo supervisorctl reload && sudo systemctl restart php7.4-fpm after updating.
Then run php artisan tinker $torrents = App\Models\Torrent::all(); foreach($torrents as $torrent) { $torrent->bumped_at = $torrent->created_at; $torrent->save(); }
You should then run php artisan fetch:meta to fetch meta data for your preexisting torrents. Depending on how many you have this can take some time. Make sure you leave terminal open while command is processing. Do NOT close until complete.
Pull Requests
[#1467] (Refactor) Torrent Bumping, Thanks to [@HDVinnie]