diff options
Diffstat (limited to 'xlators/performance/quick-read')
-rw-r--r-- | xlators/performance/quick-read/src/quick-read.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xlators/performance/quick-read/src/quick-read.c b/xlators/performance/quick-read/src/quick-read.c index 49c03fa4336..d3e3bb91d10 100644 --- a/xlators/performance/quick-read/src/quick-read.c +++ b/xlators/performance/quick-read/src/quick-read.c @@ -2274,14 +2274,14 @@ struct xlator_dumpops dumpops = { }; struct volume_options options[] = { - { .key = {"cache-timeout"}, + { .key = {"cache-timeout"}, .type = GF_OPTION_TYPE_INT, .min = 1, .max = 60 }, - { .key = {"max-file-size"}, - .type = GF_OPTION_TYPE_SIZET, + { .key = {"max-file-size"}, + .type = GF_OPTION_TYPE_SIZET, .min = 0, - .max = 1 * GF_UNIT_MB + .max = 1 * GF_UNIT_KB * 1000, }, }; |