Explorar el Código

推送频率调成high

ChenHaolong hace 1 año
padre
commit
a96c5f40f8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      server/LogPushCloudflareServer.go

+ 1 - 0
server/LogPushCloudflareServer.go

@@ -65,6 +65,7 @@ func (s *LogPushCloudflareServer) CreateLogPushJobByZoneId(ctx context.Context,
 		Dataset:            requestCloudflare.GetDataSet(),
 		DestinationConf:    requestCloudflare.GetDestinationConf(),
 		Enabled:            true,
+		Frequency:          "high",
 		OwnershipChallenge: requestCloudflare.GetOwnershipChallenge(),
 	}
 	result, err := api.CreateZoneLogpushJob(ctxAPI, requestCloudflare.GetZoneId(), job)