Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Dec 12, 2024
1 parent 25b84cc commit ba70e4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions inabox/deploy/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ func (env *Config) generateDisperserV2Vars(ind int, logPath, dbPath, grpcPort st
DISPERSER_SERVER_BUCKET_MULTIPLIERS: "1",
DISPERSER_SERVER_COUNT_FAILED: "true",

DISPERSER_SERVER_ONCHAIN_STATE_REFRESH_INTERVAL: "2m",
DISPERSER_SERVER_OFFCHAIN_STATE_PRUNING_INTERVAL: "2m",
DISPERSER_SERVER_OFFCHAIN_MAX_ON_DEMAND_STORAGE: "100",
DISPERSER_SERVER_ONCHAIN_STATE_REFRESH_INTERVAL: "2m",
DISPERSER_SERVER_OFFCHAIN_PRUNE_INTERVAL: "2m",
DISPERSER_SERVER_OFFCHAIN_MAX_ON_DEMAND_STORAGE: "100",

DISPERSER_SERVER_BLS_OPERATOR_STATE_RETRIVER: env.EigenDA.OperatorStateRetreiver,
DISPERSER_SERVER_EIGENDA_SERVICE_MANAGER: env.EigenDA.ServiceManager,
Expand Down
2 changes: 1 addition & 1 deletion inabox/deploy/env_vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type DisperserVars struct {

DISPERSER_SERVER_ONCHAIN_STATE_REFRESH_INTERVAL string

DISPERSER_SERVER_OFFCHAIN_STATE_PRUNING_INTERVAL string
DISPERSER_SERVER_OFFCHAIN_PRUNE_INTERVAL string

DISPERSER_SERVER_OFFCHAIN_MAX_ON_DEMAND_STORAGE string

Expand Down

0 comments on commit ba70e4a

Please sign in to comment.