Skip to content
Snippets Groups Projects
Commit 342907be authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

reduce minimum file size for policy check (should be configurable)

parent 71d50faa
Branches
No related tags found
No related merge requests found
...@@ -26,7 +26,8 @@ my %plugins_loaded= (); ...@@ -26,7 +26,8 @@ my %plugins_loaded= ();
# TODO: this should come from the config! # TODO: this should come from the config!
# my $POLICY_MIN_SIZE; # my $POLICY_MIN_SIZE;
my $POLICY_MIN_SIZE= 1_000_000; # my $POLICY_MIN_SIZE= 1_000_000;
my $POLICY_MIN_SIZE= 1_000;
sub new sub new
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment