mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +03:00
parent
1edead4360
commit
f333a73892
1 changed files with 2 additions and 2 deletions
|
|
@ -79,10 +79,10 @@ my %whitelist = (
|
|||
);
|
||||
|
||||
# functions with complexity above this level causes the function to return error
|
||||
my $cutoff = 72;
|
||||
my $cutoff = 70;
|
||||
|
||||
# functions above this complexity level are shown
|
||||
my $show = 60;
|
||||
my $show = 57;
|
||||
|
||||
my $error = 0;
|
||||
my %where;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue