Reduced max valid solutions to 10
authorStefan Schubert <schubi@suse.de>
Wed, 8 Aug 2007 07:31:37 +0000 (07:31 +0000)
committerStefan Schubert <schubi@suse.de>
Wed, 8 Aug 2007 07:31:37 +0000 (07:31 +0000)
zypp/solver/detail/Resolver.cc

index 44ebca7..3f860ab 100644 (file)
@@ -59,7 +59,7 @@ using namespace std;
 IMPL_PTR_TYPE(Resolver);
 
 static const unsigned MAX_SECOND_RUNS( 3 );
-static const unsigned MAX_VALID_SOLUTIONS( 50 );
+static const unsigned MAX_VALID_SOLUTIONS( 10 );
 static const unsigned TIMOUT_SECOND_RUN( 30 );
 
 static PoolItemSet triggeredSolution;   // only the latest state of an item is interesting