From 76c0f47832140dac528aba42b6d80bf551b4f7a8 Mon Sep 17 00:00:00 2001 From: Toby Date: Tue, 7 May 2024 23:05:06 -0700 Subject: [PATCH] chore: do not default replay.realtime to true --- cmd/root.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 79078ea..1ccf025 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -135,8 +135,6 @@ func initConfig() { viper.AddConfigPath("$HOME/.opengfw") viper.AddConfigPath("/etc/opengfw") } - - viper.SetDefault("replay.realtime", true) } func initLogger() {