mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-03 05:06:05 +02:00
Tweaks to BackupRemoteUploadController.php
This commit is contained in:
@@ -12,9 +12,6 @@ use Pterodactyl\Repositories\Eloquent\BackupRepository;
|
|||||||
|
|
||||||
class BackupRemoteUploadController extends Controller
|
class BackupRemoteUploadController extends Controller
|
||||||
{
|
{
|
||||||
// I would use 1024 but I'm unsure if AWS or other S3 servers,
|
|
||||||
// use SI gigabyte (base 10), or the proper IEC gibibyte (base 2).
|
|
||||||
// const PART_SIZE = 5 * 1000 * 1000 * 1000;
|
|
||||||
const PART_SIZE = 5 * 1024 * 1024 * 1024;
|
const PART_SIZE = 5 * 1024 * 1024 * 1024;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user