Skip to content

Commit

Permalink
chore: disable sqs by default in app.toml (#8554) (#8555)
Browse files Browse the repository at this point in the history
(cherry picked from commit 823bcc5)

Co-authored-by: Roman <[email protected]>
  • Loading branch information
mergify[bot] and p0mvn authored Jul 25, 2024
1 parent 45c42b5 commit aab60b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* [#8535](https://github.com/osmosis-labs/osmosis/pull/8535) Prevent Setting Invalid Before Send Hook
* [#8494](https://github.com/osmosis-labs/osmosis/pull/8494) Add additional events in x/lockup, x/superfluid, x/concentratedliquidity

### Config

* [#8548](https://github.com/osmosis-labs/osmosis/pull/8548) chore: disable sqs by default in app.toml

### State Compatible

## v25.2.1
Expand Down
2 changes: 1 addition & 1 deletion ingest/sqs/sqs_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (

// DefaultConfig defines the default config for the sidecar query server.
var DefaultConfig = Config{
IsEnabled: true,
IsEnabled: false,
// Default gRPC address is localhost:50051
GRPCIngestAddress: "localhost:50051",
// 50 MB by default. Our pool data is estimated to be at approximately 15MB.
Expand Down

0 comments on commit aab60b6

Please sign in to comment.