chore: do not default replay.realtime to true

This commit is contained in:
Toby 2024-05-07 23:05:06 -07:00
parent 70fee14103
commit 76c0f47832
1 changed files with 0 additions and 2 deletions

View File

@ -135,8 +135,6 @@ func initConfig() {
viper.AddConfigPath("$HOME/.opengfw")
viper.AddConfigPath("/etc/opengfw")
}
viper.SetDefault("replay.realtime", true)
}
func initLogger() {