Encode the reason limit in the implementation as well

This commit is contained in:
Jean-Paul Calderone 2023-03-13 13:37:01 -04:00
parent fe0e159e52
commit 6a0a895ee8

View File

@ -273,7 +273,7 @@ _SCHEMAS = {
"advise_corrupt_share": Schema(
"""
request = {
reason: tstr
reason: tstr .size (1..32765)
}
"""
),