Skip to content

Commit

Permalink
#100: Reduce the number of datafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Oct 23, 2019
1 parent 4d163b2 commit 6a52ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/icat_db_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def generate_dataset_parameter(i):

class DatafileGenerator(Generator):
tier = 5
amount = DatasetGenerator.amount * 100 # 100 files per Dataset
amount = DatasetGenerator.amount * 55 # 55 files per Dataset

def generate(self):
self.pool_map(DatafileGenerator.generate_datafile)
Expand Down

0 comments on commit 6a52ea9

Please sign in to comment.