Skip to content

Commit

Permalink
Set the default value of maxAnalyzedCommits to None
Browse files Browse the repository at this point in the history
  • Loading branch information
hezyin committed Mar 11, 2019
1 parent 3b9e917 commit aed6710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persper/analytics/analyzer2.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def compute_commit_scores(self, alpha: float, label_weights: List[float],
label_weights,
top_one=top_one)

async def analyze(self, maxAnalyzedCommits=1000):
async def analyze(self, maxAnalyzedCommits=None):
graphServerLastCommit: str = None
commitSpec = self._terminalCommit
if self._originCommit:
Expand Down

0 comments on commit aed6710

Please sign in to comment.