From f61ad0c6caf006f3c81869a99e42ff84f1c8707c Mon Sep 17 00:00:00 2001 From: gnieark Date: Thu, 23 Nov 2017 23:52:56 +0100 Subject: [PATCH] better test with 6 discs by default --- resolver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resolver.php b/resolver.php index 3d168b9..8350674 100644 --- a/resolver.php +++ b/resolver.php @@ -5,7 +5,7 @@ * licensed under the terms of the GNU General Public V3. See License file. */ -$discCount = 15; +$discCount = 6; //load the class include("inc.php");