We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9d928 commit 0a99a29Copy full SHA for 0a99a29
cli/cli.go
@@ -750,7 +750,7 @@ func Run() (returnErr error) {
750
if rps, _ := GlobalFlags.GetInt("rsh-load-rate"); rps > 0 {
751
viper.Set("rsh-load-rate", rps)
752
// doesn't make sense to flood with requests and obtain a cached response
753
- viper.Set("rsh-no-cache", false)
+ viper.Set("rsh-no-cache", true)
754
}
755
profile, _ := GlobalFlags.GetString("rsh-profile")
756
viper.Set("rsh-profile", profile)
0 commit comments