diff options
Diffstat (limited to 'xlators/performance/quick-read/src/quick-read.c')
| -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 a8b6ecbe73f..e9a4124fbd8 100644 --- a/xlators/performance/quick-read/src/quick-read.c +++ b/xlators/performance/quick-read/src/quick-read.c @@ -2314,14 +2314,14 @@ struct xlator_cbks cbks = {  };  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,          },  };  | 
