Change config values for grid

This commit is contained in:
Andrey Chulkov 2020-03-23 03:14:20 +03:00
parent 52fc7b3147
commit 85c01684eb

View File

@ -55,7 +55,7 @@ private:
GridRoot grid;
static constexpr size_t kMinIntersections = 1;
static constexpr size_t kMaxDepth = 10;
static constexpr size_t kMaxDepth = 5;
};
/** Smart implementation of the polygon dictionary. Uses BucketsPolygonIndex. */
@ -79,7 +79,7 @@ private:
std::vector<BucketsPolygonIndex> buckets;
GridRoot grid;
static constexpr size_t kMinIntersections = 1;
static constexpr size_t kMaxDepth = 7;
static constexpr size_t kMaxDepth = 5;
};
}