increase upload limit

remaining upload time will be calculated more simple
This commit is contained in:
Milan
2018-10-05 00:17:21 +02:00
parent 7ff41cecd2
commit 1f9cd04914
5 changed files with 47 additions and 28 deletions

View File

@@ -34,7 +34,7 @@ our $debug = $config->{system}->{debug};
my $base_dir = $config->{locations}->{base_dir};
my $tempDir = '/var/tmp';
my $uploadLimit = 200_000_000;
my $uploadLimit = 300_000_000;
my %params = ();
my $error = '';