Skip to content

Commit

Permalink
Merge pull request #1898 from josephschorr/remove-unused-config
Browse files Browse the repository at this point in the history
Remove unused datastore config
  • Loading branch information
josephschorr authored May 14, 2024
2 parents 2ccd129 + d73bd5e commit ac76892
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 4 additions & 5 deletions pkg/cmd/datastore/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,10 @@ type Config struct {
GCMaxOperationTime time.Duration `debugmap:"visible"`

// Spanner
SpannerCredentialsFile string `debugmap:"visible"`
SpannerEmulatorHost string `debugmap:"visible"`
SpannerMinSessions uint64 `debugmap:"visible"`
SpannerMaxSessions uint64 `debugmap:"visible"`
SpannerEstimatedBytesPerRelationship uint64 `debugmap:"visible"`
SpannerCredentialsFile string `debugmap:"visible"`
SpannerEmulatorHost string `debugmap:"visible"`
SpannerMinSessions uint64 `debugmap:"visible"`
SpannerMaxSessions uint64 `debugmap:"visible"`

// MySQL
TablePrefix string `debugmap:"visible"`
Expand Down
9 changes: 0 additions & 9 deletions pkg/cmd/datastore/zz_generated.options.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac76892

Please sign in to comment.