From 2a4a911eaea6d828db4a691ce464782c5290457a Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 3 Jan 2025 18:24:03 +0000 Subject: [PATCH] produce: remove expiry --- std/object/client_produce.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/std/object/client_produce.go b/std/object/client_produce.go index 2717ae04..5d2b3905 100644 --- a/std/object/client_produce.go +++ b/std/object/client_produce.go @@ -25,8 +25,6 @@ type ProduceArgs struct { Version *uint64 // time for which the object version can be cached (default 4s) FreshnessPeriod time.Duration - // final expiry of the object (default 0 = no expiry) - Expiry time.Time // TODO: not implemented } // Produce and sign data, and insert into the client's store