Skip to content

Commit

Permalink
Incorrectly spelled config for damp scoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jwolski committed Oct 6, 2015
1 parent 3e69603 commit 2e9becf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Config.prototype._seed = function _seed(seed) {
seedOrDefault('autoGossip', true);
seedOrDefault('dampScoringEnabled', true);
seedOrDefault('dampScoringDecayEnabled', true);
seedOrDefault('dampScoringDecayInternval', 1000);
seedOrDefault('dampScoringDecayInterval', 1000);
seedOrDefault('dampScoringHalfLife', 60);
// TODO Initial should never be below min nor above max
seedOrDefault('dampScoringInitial', 0);
Expand Down

0 comments on commit 2e9becf

Please sign in to comment.