Skip to content

Commit

Permalink
change-type
Browse files Browse the repository at this point in the history
  • Loading branch information
shanth96 committed Jul 15, 2024
1 parent dee322f commit 83fcdc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/vt/vttablet/tabletserver/tabletenv/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ type TabletConfig struct {
ConsolidatorStreamQuerySize int64 `json:"consolidatorStreamQuerySize,omitempty"`
QueryCacheMemory int64 `json:"queryCacheMemory,omitempty"`
QueryCacheDoorkeeper bool `json:"queryCacheDoorkeeper,omitempty"`
SchemaReloadInterval time.Duration `json:"schemaReloadIntervalSeconds,omitempty"`
SignalSchemaChangeReloadInterval time.Duration `json:"signalSchemaChangeReloadIntervalSeconds,omitempty"`
SchemaReloadInterval time.Duration `json:"schemaReloadInterval,omitempty"`
SignalSchemaChangeReloadInterval time.Duration `json:"signalSchemaChangeReloadInterval,omitempty"`
SchemaChangeReloadTimeout time.Duration `json:"schemaChangeReloadTimeout,omitempty"`
WatchReplication bool `json:"watchReplication,omitempty"`
TrackSchemaVersions bool `json:"trackSchemaVersions,omitempty"`
Expand Down

0 comments on commit 83fcdc3

Please sign in to comment.