Skip to content

Commit

Permalink
more timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Feb 2, 2022
1 parent 6e024cd commit b4c769f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DFrame/DFrameApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public async Task Main()
KeepAlivePingDelay = TimeSpan.FromSeconds(60),
KeepAlivePingTimeout = TimeSpan.FromSeconds(30),
EnableMultipleHttp2Connections = true,
ConnectTimeout = TimeSpan.FromSeconds(1), // TODO:options.Timeout,
ConnectTimeout = TimeSpan.FromSeconds(59), // TODO:options.Timeout,
},

LoggerFactory = this.provider.GetService<ILoggerFactory>()
Expand Down

0 comments on commit b4c769f

Please sign in to comment.