Browse Source

rename proto field

This should not have any impact.
pull/6169/head
chrislu 2 months ago
parent
commit
2f3d820f52
  1. 2
      weed/pb/volume_server.proto
  2. 1018
      weed/pb/volume_server_pb/volume_server.pb.go

2
weed/pb/volume_server.proto

@ -478,7 +478,7 @@ message VolumeInfo {
repeated RemoteFile files = 1; repeated RemoteFile files = 1;
uint32 version = 2; uint32 version = 2;
string replication = 3; string replication = 3;
uint32 BytesOffset = 4;
uint32 bytes_offset = 4;
int64 dat_file_size = 5; // store the original dat file size int64 dat_file_size = 5; // store the original dat file size
uint64 expire_at_sec = 6; // expiration time of ec volume uint64 expire_at_sec = 6; // expiration time of ec volume
bool read_only = 7; bool read_only = 7;

1018
weed/pb/volume_server_pb/volume_server.pb.go
File diff suppressed because it is too large
View File

Loading…
Cancel
Save