Add DoNotCreateNewClient

Former-commit-id: aedebb5579
This commit is contained in:
Owen
2025-11-07 15:26:45 -08:00
parent 235877c379
commit 7696ba2e36
3 changed files with 55 additions and 35 deletions

View File

@@ -209,6 +209,7 @@ func main() {
PingTimeoutDuration: config.PingTimeoutDuration,
Version: config.Version,
OrgID: config.OrgID,
DoNotCreateNewClient: config.DoNotCreateNewClient,
}
// Create a context that will be cancelled on interrupt signals