Ignore:
Timestamp:
2019-09-19T12:34:56+12:00 (5 years ago)
Author:
kjdon
Message:

changed default partition sizes back to 20, to match what was there originally

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/classify/List.pm

    r33482 r33490  
    9494                  'none' => 1};
    9595
    96 my $partition_size_default = 30;
     96my $partition_size_default = 20;
    9797
    9898my $numeric_partition_type_list =
     
    122122                                      'none' =>1  };
    123123
    124 my $numeric_partition_size_default = 30;
     124my $numeric_partition_size_default = 20;
    125125
    126126my $numeric_partition_name_length_default = "-1"; # use the full number
Note: See TracChangeset for help on using the changeset viewer.