Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
more changese
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia committed Jul 26, 2021
1 parent 6094844 commit ef929ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion storage/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (
defaultConfig = &Config{
Type: TypeS3,
Limits: LimitsConfig{
GetLimitMegabytes: 0,
GetLimitMegabytes: 2,
},
Connection: ConnectionConfig{
Region: "us-east-1",
Expand Down
1 change: 0 additions & 1 deletion storage/stow_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ func TestStowStore_ReadRaw(t *testing.T) {
t.Run("Exceeds limit", func(t *testing.T) {
testScope := promutils.NewTestScope()
fn := fQNFn["s3"]
GetConfig().Limits.GetLimitMegabytes = 2

s, err := NewStowRawStore(fn(container), &mockStowLoc{
ContainerCb: func(id string) (stow.Container, error) {
Expand Down

0 comments on commit ef929ab

Please sign in to comment.