Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from unipept/fix/reduced-cleavage-batch-size
Browse files Browse the repository at this point in the history
Reduce the missed cleavage batch size to 10
  • Loading branch information
pverscha authored Feb 10, 2023
2 parents 04d3c6e + 2d52f7e commit 9dbe300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/ConfigurationStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const useConfigurationStore = defineStore('configuration', () => {
const parallelRequests = 5;

const peptideDataBatchSize = 100;
const cleavageBatchSize = 100;
const cleavageBatchSize = 10;
const goBatchSize = 100;
const ecBatchSize = 100;
const interproBatchSize = 100;
Expand Down

0 comments on commit 9dbe300

Please sign in to comment.