fix(cgi-bin): correct reserved memory constant to 8GiB
This commit is contained in:
parent
5874c40901
commit
d72d037a01
@ -49,7 +49,7 @@ $anvil->Database->get_anvils();
|
|||||||
print $anvil->Template->get({file => "shared.html", name => "json_headers", show_name => 0})."\n";
|
print $anvil->Template->get({file => "shared.html", name => "json_headers", show_name => 0})."\n";
|
||||||
|
|
||||||
my $target = $anvil->Get->short_host_name();
|
my $target = $anvil->Get->short_host_name();
|
||||||
my $hash = { reserved => 68719476736 };
|
my $hash = { reserved => 8589934592 };
|
||||||
my $anvil_uuid = "";
|
my $anvil_uuid = "";
|
||||||
if ($anvil->data->{cgi}{anvil_uuid}{value})
|
if ($anvil->data->{cgi}{anvil_uuid}{value})
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user