perf(cmpp): reserve transport for inbound submit

This commit is contained in:
hectorzhao
2026-08-20 18:23:01 +08:00
parent 6708f1f7c5
commit 229a0b28fd
10 changed files with 61 additions and 9 deletions
+1
View File
@@ -15,6 +15,7 @@ type Server struct {
APIBaseURL string
SecurityEventToken string
HTTPClient *http.Client
SubmitHTTPClient *http.Client
LogWriter io.Writer
PendingFlushInterval time.Duration
PresenceStore PresenceStore