Skip to content

Commit

Permalink
chore: do not default replay.realtime to true
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed May 8, 2024
1 parent 70fee14 commit 76c0f47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ func initConfig() {
viper.AddConfigPath("$HOME/.opengfw")
viper.AddConfigPath("/etc/opengfw")
}

viper.SetDefault("replay.realtime", true)
}

func initLogger() {
Expand Down

0 comments on commit 76c0f47

Please sign in to comment.