Browse Source

do not use ads

jason 1 year ago
parent
commit
fd44f50559
1 changed files with 2 additions and 2 deletions
  1. 2 2
      common.in/config/config.go

+ 2 - 2
common.in/config/config.go

@@ -91,8 +91,8 @@ type RPCConfig struct {
 	Keepalive KeepaliveConfig
 	AdmDws    RPCNode `json:"adm_dws"`
 	AdmOds    RPCNode `json:"adm_ods"`
-	AdmAds    RPCNode `json:"adm_ads"`
-	AdmTask   RPCNode `json:"adm_task"`
+	//	AdmAds    RPCNode `json:"adm_ads"`
+	AdmTask RPCNode `json:"adm_task"`
 }
 
 type RabbitmqConfig struct {