From 82f0819aa7e6e8c0a7af723ca80272210866237f Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 8 Jun 2021 11:16:21 +0100 Subject: [PATCH] add expiry/size to otp --- otp/proto/otp.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp/proto/otp.proto b/otp/proto/otp.proto index 792aac5..ee97bc7 100644 --- a/otp/proto/otp.proto +++ b/otp/proto/otp.proto @@ -15,7 +15,7 @@ message GenerateRequest { string id = 1; // number of characters (default: 6) int64 size = 2; - // expiration in seconds (default: 300) + // expiration in seconds (default: 60) int64 expiry = 3; }