diff --git a/proto/greptime/v1/meta/lock.proto b/proto/greptime/v1/meta/lock.proto index ed881f7..5c95995 100644 --- a/proto/greptime/v1/meta/lock.proto +++ b/proto/greptime/v1/meta/lock.proto @@ -20,8 +20,8 @@ message LockRequest { bytes name = 2; // If the expiration time is exceeded and currently holds the lock, the lock is - // aytomatically released. The unit is second. - int64 expire = 3; + // automatically released. + int64 expire_secs = 3; } message LockResponse {