We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84dcf80 + f021b96 commit 9fbb530Copy full SHA for 9fbb530
src/rgw/rgw_common.cc
@@ -2742,8 +2742,8 @@ void RGWRateLimitInfo::decode_json(JSONObj *obj)
2742
{
2743
JSONDecoder::decode_json("max_read_ops", max_read_ops, obj);
2744
JSONDecoder::decode_json("max_write_ops", max_write_ops, obj);
2745
- JSONDecoder::decode_json("max_read_bytes", max_read_ops, obj);
2746
- JSONDecoder::decode_json("max_write_bytes", max_write_ops, obj);
+ JSONDecoder::decode_json("max_read_bytes", max_read_bytes, obj);
+ JSONDecoder::decode_json("max_write_bytes", max_write_bytes, obj);
2747
JSONDecoder::decode_json("enabled", enabled, obj);
2748
}
2749
0 commit comments