Skip to content

Commit 081e269

Browse files
committed
Fixing twice registration of same setting
Signed-off-by: Sagar Upadhyaya <[email protected]>
1 parent b866ed2 commit 081e269

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/cache-ehcache/src/main/java/org/opensearch/cache/EhcacheDiskCacheSettings.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ public class EhcacheDiskCacheSettings {
161161
DISK_CACHE_EXPIRE_AFTER_ACCESS_SETTING,
162162
DISK_CACHE_ALIAS_KEY,
163163
DISK_CACHE_ALIAS_SETTING,
164-
DISK_SEGMENTS_KEY,
165-
DISK_SEGMENTS_SETTING,
166164
DISK_WRITE_CONCURRENCY_KEY,
167165
DISK_WRITE_CONCURRENCY_SETTING,
168166
DISK_WRITE_MAXIMUM_THREADS_KEY,

0 commit comments

Comments
 (0)