mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: add resume support to coordinator connections (#14234)
This commit is contained in:
@ -147,6 +147,7 @@ func New(ctx context.Context, options *Options) (_ *API, err error) {
|
||||
DERPMapUpdateFrequency: api.Options.DERPMapUpdateFrequency,
|
||||
DERPMapFn: api.AGPL.DERPMap,
|
||||
NetworkTelemetryHandler: api.AGPL.NetworkTelemetryBatcher.Handler,
|
||||
ResumeTokenProvider: api.AGPL.CoordinatorResumeTokenProvider,
|
||||
})
|
||||
if err != nil {
|
||||
api.Logger.Fatal(api.ctx, "failed to initialize tailnet client service", slog.Error(err))
|
||||
|
Reference in New Issue
Block a user