Skip to content

Commit

Permalink
*: Add comments
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Baidakov <[email protected]>
  • Loading branch information
smallhive committed Apr 23, 2024
1 parent 0ff872a commit 70f0b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/neofs-oauthz/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
const (
defaultEmailAttr = "Email"
defaultBearerCookieName = "Bearer"
defaultBearerLifetime = 30
defaultBearerLifetime = 30 // epochs
defaultMaxObjectSize = 200 << 20 // 200MB
defaultMaxObjectLifetime = 4 * 24 * time.Hour // 4 days
defaultConnectTimeout = 30 * time.Second
Expand Down

0 comments on commit 70f0b97

Please sign in to comment.