Skip to content

Commit

Permalink
Merge pull request #4387 from Roardom/fix-zip
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie authored Dec 27, 2024
2 parents 65bb3a4 + 2edfd6c commit 11dccc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/User/TorrentZipController.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function show(Request $request, User $user): \Illuminate\Http\RedirectRes
set_time_limit(1200);

// Extend The Maximum Memory Limit
ini_set('memory_limit', '1024M');
ini_set('memory_limit', '2048M');

// Authorized User
abort_unless($request->user()->is($user), 403);
Expand Down

0 comments on commit 11dccc9

Please sign in to comment.