Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Server: increase max. packages to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Dec 2, 2014
1 parent cba57a8 commit 40cd4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$min_diff = 0.50;
$max_confidence = 0.35;
$max_packages = 75;
$max_packages = 100;

function confidence($restricted, $not_restricted) {
// Agresti-Coull Interval
Expand Down

0 comments on commit 40cd4c9

Please sign in to comment.