audio-recordings: increase file size to 700MB

This commit is contained in:
Milan
2021-06-27 13:15:51 +02:00
parent 103e27969b
commit ff5fa129ec
3 changed files with 5 additions and 5 deletions

View File

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