mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 07:24:45 +02:00
Tweaks to BackupRemoteUploadController.php
This commit is contained in:
parent
85af073438
commit
63ac81586d
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user