summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rw-r--r--xlators/performance/nl-cache/src/nl-cache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/performance/nl-cache/src/nl-cache.c b/xlators/performance/nl-cache/src/nl-cache.c
index 295d5f67515..8a130dc2355 100644
--- a/xlators/performance/nl-cache/src/nl-cache.c
+++ b/xlators/performance/nl-cache/src/nl-cache.c
@@ -765,7 +765,6 @@ struct volume_options options[] = {
{ .key = {"nl-cache-limit"},
.type = GF_OPTION_TYPE_SIZET,
.min = 0,
- .max = 100 * GF_UNIT_MB,
.default_value = "131072",
.description = "the value over which caching will be disabled for"
"a while and the cache is cleared based on LRU",
@@ -773,7 +772,6 @@ struct volume_options options[] = {
{ .key = {"nl-cache-timeout"},
.type = GF_OPTION_TYPE_TIME,
.min = 0,
- .max = 1 * GF_DAY_IN_SECONDS,
.default_value = "60",
.description = "Time period after which cache has to be refreshed",
},