Skip to content

Commit

Permalink
change max blob size to 32MB
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jul 26, 2024
1 parent 5191c5f commit 456ef75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disperser/apiserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (

const systemAccountKey = "system"

const maxBlobSize = 8 * 1024 * 1024 // 8 MiB
const maxBlobSize = 32 * 1024 * 1024 // 32 MiB

type DispersalServer struct {
pb.UnimplementedDisperserServer
Expand Down

0 comments on commit 456ef75

Please sign in to comment.