From 6215b1a8fdb1dd460608b45c012ba42fd170a0fe Mon Sep 17 00:00:00 2001 From: a3hadi Date: Tue, 6 Feb 2024 18:58:37 -0500 Subject: [PATCH] remove default server info file path --- pkg/info/options.go | 4 +--- pkg/info/types.go | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/pkg/info/options.go b/pkg/info/options.go index 58fd56c3..ce708184 100644 --- a/pkg/info/options.go +++ b/pkg/info/options.go @@ -5,9 +5,7 @@ type options struct { } func defaultOptions() *options { - return &options{ - svrInfoFilePath: ServerInfoFilePath, - } + return &options{} } type Option func(*options) diff --git a/pkg/info/types.go b/pkg/info/types.go index 2f7b606c..0da0a4ef 100644 --- a/pkg/info/types.go +++ b/pkg/info/types.go @@ -1,9 +1,5 @@ package info -const ( - ServerInfoFilePath = "/var/run/numaflow/server-info" -) - type Protocol string const (