Skip to content

Commit

Permalink
build: add DefaultUploadPackingSettings to testnet env
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Aug 10, 2023
1 parent 07cc587 commit 945929f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/env_testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ var (
MinMaxEphemeralAccountBalance: types.Siacoins(1), // 1 SC
}

// DefaultUploadPackingSettings define the default upload packing settings
// the bus is configured with on startup.
DefaultUploadPackingSettings = api.UploadPackingSettings{
Enabled: false,
}

// DefaultRedundancySettings define the default redundancy settings the bus
// is configured with on startup. These values can be adjusted using the
// settings API.
Expand Down

0 comments on commit 945929f

Please sign in to comment.