Skip to content

Commit

Permalink
Add unsaved file
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Oct 19, 2023
1 parent 0fccac9 commit 9f98795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mlsstore/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"go.uber.org/zap"
)

type MlsOptions struct {
type StoreOptions struct {
DbConnectionString string `long:"db-connection-string" description:"Connection string for MLS DB"`
ReadTimeout time.Duration `long:"read-timeout" description:"Timeout for reading from the database" default:"10s"`
WriteTimeout time.Duration `long:"write-timeout" description:"Timeout for writing to the database" default:"10s"`
Expand Down

0 comments on commit 9f98795

Please sign in to comment.