Skip to content

Commit

Permalink
produce: remove expiry
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Jan 3, 2025
1 parent f960e16 commit 2a4a911
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions std/object/client_produce.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a4a911

Please # to comment.