File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/FSharp.Data.GraphQL.Server.AspNetCore Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 235235### 3.1.0 - Unreleased
236236
237237* Added ` TimeOnly ` GraphQL type
238- * Excluded ` GraphQLWebSocketMiddleware ` from exception stack trace if request not a Web Socket
238+ * Excluded ` GraphQLWebSocketMiddleware ` from exception stack trace if request not a Web Socket
239+ * Changed ` GraphQLOptionsDefaults.WebSocketConnectionInitTimeoutInMs ` const type to ` double `
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module GraphQLOptionsDefaults =
1313
1414 let [<Literal>] ReadBufferSize = 4096
1515 let [<Literal>] WebSocketEndpoint = " /ws"
16- let [<Literal>] WebSocketConnectionInitTimeoutInMs = 3000
16+ let [<Literal>] WebSocketConnectionInitTimeoutInMs = 3000.0
1717
1818module GraphQLOptions =
1919
You can’t perform that action at this time.
0 commit comments