mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-01-30 15:59:28 -06:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -482,17 +482,17 @@ class AnnounceController extends Controller
|
||||
return [
|
||||
'failure reason' => $trackerException->getMessage(),
|
||||
'min interval' => self::MIN,
|
||||
/**
|
||||
* BEP 31: Failure Retry Extension.
|
||||
*
|
||||
* However most bittorrent client don't support it, so this feature is disabled default
|
||||
* - libtorrent-rasterbar (e.g. qBittorrent, Deluge )
|
||||
* This library will obey the `min interval` key if exist or it will retry in 60s (By default `min interval`)
|
||||
* - libtransmission (e.g. Transmission )
|
||||
* This library will ignore any other key if failed
|
||||
*
|
||||
* @see http://www.bittorrent.org/beps/bep_0031.html
|
||||
*/
|
||||
/**
|
||||
* BEP 31: Failure Retry Extension.
|
||||
*
|
||||
* However most bittorrent client don't support it, so this feature is disabled default
|
||||
* - libtorrent-rasterbar (e.g. qBittorrent, Deluge )
|
||||
* This library will obey the `min interval` key if exist or it will retry in 60s (By default `min interval`)
|
||||
* - libtransmission (e.g. Transmission )
|
||||
* This library will ignore any other key if failed
|
||||
*
|
||||
* @see http://www.bittorrent.org/beps/bep_0031.html
|
||||
*/
|
||||
//'retry in' => self::MIN
|
||||
];
|
||||
}
|
||||
|
||||
@@ -13,13 +13,13 @@
|
||||
|
||||
namespace App\Http\Livewire;
|
||||
|
||||
use App\Models\TorrentRequest;
|
||||
use App\Models\TorrentRequestBounty;
|
||||
use App\Models\TorrentRequestClaim;
|
||||
use App\Models\User;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Livewire\Component;
|
||||
use Livewire\WithPagination;
|
||||
use App\Models\TorrentRequest;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use App\Models\TorrentRequestClaim;
|
||||
use App\Models\TorrentRequestBounty;
|
||||
|
||||
class TorrentRequestSearch extends Component
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user