diff options
Diffstat (limited to 'other/java')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index dd052b198..0c3b8eddc 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -424,6 +424,7 @@ message FilerConf { string data_center = 9; string rack = 10; string data_node = 11; + uint32 max_file_name_length = 12; } repeated PathConf locations = 2; } |
