Revert configuration to old one

This commit is contained in:
Josip Mrden
2023-06-23 13:22:04 +02:00
parent 5efe9857d4
commit 2f335f2507

View File

@@ -175,8 +175,8 @@ startup_config_dict = {
"query_cost_planner": ("true", "true", "Use the cost-estimating query planner."),
"query_plan_cache_ttl": ("60", "60", "Time to live for cached query plans, in seconds."),
"query_vertex_count_to_expand_existing": (
"-1",
"-1",
"10",
"10",
"Maximum count of indexed vertices which provoke indexed lookup and then expand to existing, instead of a regular expand. Default is 10, to turn off use -1.",
),
"query_max_plans": ("1000", "1000", "Maximum number of generated plans for a query."),