Skip to content

Commit ac76892

Browse files
authored
Merge pull request #1898 from josephschorr/remove-unused-config
Remove unused datastore config
2 parents 2ccd129 + d73bd5e commit ac76892

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

pkg/cmd/datastore/datastore.go

+4-5
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,10 @@ type Config struct {
133133
GCMaxOperationTime time.Duration `debugmap:"visible"`
134134

135135
// Spanner
136-
SpannerCredentialsFile string `debugmap:"visible"`
137-
SpannerEmulatorHost string `debugmap:"visible"`
138-
SpannerMinSessions uint64 `debugmap:"visible"`
139-
SpannerMaxSessions uint64 `debugmap:"visible"`
140-
SpannerEstimatedBytesPerRelationship uint64 `debugmap:"visible"`
136+
SpannerCredentialsFile string `debugmap:"visible"`
137+
SpannerEmulatorHost string `debugmap:"visible"`
138+
SpannerMinSessions uint64 `debugmap:"visible"`
139+
SpannerMaxSessions uint64 `debugmap:"visible"`
141140

142141
// MySQL
143142
TablePrefix string `debugmap:"visible"`

pkg/cmd/datastore/zz_generated.options.go

-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)