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

reduce MIN_SIZE for policy check

parent a6025be8
Branches
No related tags found
No related merge requests found
......@@ -709,8 +709,7 @@ sub check_policy
my %ign_keys; %ign_keys= map { $_ => 1 } @$ign_keys if (defined ($ign_keys));
my $replica_map= get_replica_map ($rs_list);
# my $MIN_SIZE= 2_000_000_000;
my $MIN_SIZE= 200_000_000;
my $MIN_SIZE= 10_000_000; # TODO: this should come from the config!
my $cursor= $objreg->{'_cat'}->find ( { fs_size => { '$gt' => $MIN_SIZE } } );
my %items= ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment