[#185] Update SDK to support new tree/pool version #185
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-http-gw#185
Loading…
Reference in a new issue
No description provided.
Delete branch "mbiryukova/frostfs-http-gw:feature/update_sdk"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Marina Biryukova m.biryukova@yadro.com
3f13b6fed2
tocd53b9c883
[#xxx] Update SDK to support new tree/pool versionto [#185] Update SDK to support new tree/pool versioncd53b9c883
to4474f052de
LGTM
@ -348,0 +346,4 @@
| Parameter | Type | Default value | Description |
|-----------|-----------------------------------|---------------------------------|-------------------------------------------------------------|
| `buckets` | [Cache config](#cache-subsection) | `lifetime: 60s`<br>`size: 1000` | Cache which contains mapping of bucket name to bucket info. |
| `netmap` | [Cache config](#cache-subsection) | `lifetime: 1m` | Cache which stores netmap. |
Probably we should mention that
netmap.size
isn't applied to to this cache@ -0,0 +25,4 @@
)
const (
DefaultNetmapCacheLifetime = 1 * time.Minute
nitpick: We can write just
4474f052de
tobfa9ae7937
New commits pushed, approval review dismissed automatically according to repository settings
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.