Skip to content

Commit

Permalink
Cut number of datacollections
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Jan 5, 2023
1 parent 3f5e6be commit 71f3b8b
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 @@ -133,7 +133,7 @@ def generate(self):

class DataCollectionGenerator(Generator):
tier = 0
amount = 1000
amount = 100

def generate(self):
for i in range(1, self.amount):
Expand Down

0 comments on commit 71f3b8b

Please sign in to comment.