mirror of
https://github.com/curl/curl.git
synced 2026-07-24 09:47:17 +03:00
parent
d7918861d1
commit
4b1a5fe436
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ my %whitelist = (
|
|||
);
|
||||
|
||||
# functions with complexity above this level causes the function to return error
|
||||
my $cutoff = 90;
|
||||
my $cutoff = 80;
|
||||
|
||||
# functions above this complexity level are shown
|
||||
my $show = 65;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue