Skip to content

Commit

Permalink
remove default server info file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ayildirim21 committed Feb 6, 2024
1 parent 50d710b commit 6215b1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions pkg/info/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ type options struct {
}

func defaultOptions() *options {
return &options{
svrInfoFilePath: ServerInfoFilePath,
}
return &options{}
}

type Option func(*options)
Expand Down
4 changes: 0 additions & 4 deletions pkg/info/types.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
package info

const (
ServerInfoFilePath = "/var/run/numaflow/server-info"
)

type Protocol string

const (
Expand Down

0 comments on commit 6215b1a

Please sign in to comment.