Skip to content

Commit

Permalink
Switch default session_proxy Gy mode to PerKeyInit
Browse files Browse the repository at this point in the history
Summary: Switch default session_proxy Gy mode to PerKeyInit

Reviewed By: fishlinghu

Differential Revision: D17143640

fbshipit-source-id: 782b42f561bb40173577a0eab6a23e82c4368992
  • Loading branch information
emakeev authored and facebook-github-bot committed Sep 4, 2019
1 parent 62e10c1 commit 51c4921
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ const (
// GetInitMethod returns the init method for this gy client based on the flags
// or environment variables
func GetInitMethod() InitMethod {
initMethod := PerSessionInit
initMethod := PerKeyInit
configsPtr := &mconfig.SessionProxyConfig{}
err := managed_configs.GetServiceConfigs(credit_control.SessionProxyServiceName, configsPtr)
if err != nil || configsPtr.Gy == nil {
Expand Down

0 comments on commit 51c4921

Please sign in to comment.