diff options
Diffstat (limited to 'weed/pb/master.proto')
| -rw-r--r-- | weed/pb/master.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto index c1fa6067f..f5d03ad9d 100644 --- a/weed/pb/master.proto +++ b/weed/pb/master.proto @@ -125,7 +125,7 @@ message VolumeEcShardInformationMessage { string collection = 2; uint32 ec_index_bits = 3; string disk_type = 4; - uint64 destroy_time = 5; // used to record the destruction time of ec volume + uint64 expire_at_sec = 5; // used to record the destruction time of ec volume } message StorageBackend { |
