Skip to content

Commit

Permalink
Correcting setting name
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Upadhyaya <[email protected]>
  • Loading branch information
sgup432 committed Oct 8, 2024
1 parent a9cbe24 commit c29acc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public class TieredSpilloverCacheSettings {
* Storage path for disk cache.
*/
public static final Setting.AffixSetting<String> TIERED_SPILLOVER_DISK_STORAGE_PATH = Setting.suffixKeySetting(
TieredSpilloverCache.TieredSpilloverCacheFactory.TIERED_SPILLOVER_CACHE_NAME + ".disk.storage.path",
TieredSpilloverCache.TieredSpilloverCacheFactory.TIERED_SPILLOVER_CACHE_NAME + ".disk.store.storage.path",
(key) -> Setting.simpleString(key, "", NodeScope)
);

Expand Down

0 comments on commit c29acc1

Please sign in to comment.