Skip to content

Commit da5ca55

Browse files
committed
removed refreshinseconds (dead) from config
1 parent 011d3e0 commit da5ca55

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

factomd/factomd.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ RpcPass =notarychain
2727
[wsapi]
2828
ApplicationName = "Factom/wsapi"
2929
PortNumber = 8088
30-
RefreshInSeconds = 60
3130

3231
; ------------------------------------------------------------------------------
3332
; logLevel - allowed values are: debug, info, notice, warning, error, critical, alert, emergency and none

util/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ type FactomdConfig struct {
4242
Wsapi struct {
4343
PortNumber int
4444
ApplicationName string
45-
RefreshInSeconds int
4645
}
4746
Log struct {
4847
LogPath string
@@ -100,7 +99,6 @@ RpcPass = ""
10099
[wsapi]
101100
ApplicationName = "Factom/wsapi"
102101
PortNumber = 8088
103-
RefreshInSeconds = 60
104102
105103
; ------------------------------------------------------------------------------
106104
; LogLevel - debug,info,notice,warning,error,critical,alert,emergency,none

wsapi/wsapi.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ var (
3030
portNumber = cfg.PortNumber
3131
applicationName = cfg.ApplicationName
3232
dataStorePath = "/tmp/store/seed/csv"
33-
refreshInSeconds = cfg.RefreshInSeconds
3433
)
3534

3635
var _ = fmt.Println

0 commit comments

Comments
 (0)