Fix FLAGS_delta_chain_cache_threshold typo (#1181)

This commit is contained in:
Gareth Andrew Lloyd
2023-08-21 12:16:02 +01:00
committed by GitHub
parent adb65b2fff
commit 97183fb9da
5 changed files with 13 additions and 13 deletions

View File

@@ -202,7 +202,7 @@ startup_config_dict = {
"",
"The path to mappings that describes aliases to callables in cypher queries in the form of key-value pairs in a json file. With this option query module procedures that do not exist in memgraph can be mapped to ones that exist.",
),
"delta_chain_cache_threashold": (
"delta_chain_cache_threshold": (
"128",
"128",
"The threshold for when to cache long delta chains. This is used for heavy read + write workloads where repeated processing of delta chains can become costly.",