Skip to content

Commit b472914

Browse files
committed
Fix net10 TimeSpan.FromMilliseconds ambiguity
1 parent 85a9d8c commit b472914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FSharp.Data.GraphQL.Server.AspNetCore/GraphQLOptions.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1818
module GraphQLOptions =
1919

0 commit comments

Comments
 (0)