Skip to content

Commit 5492cd7

Browse files
authored
Fix TimeSpan.FromMilliseconds ambiguity with net10.0 (#547)
1 parent 85a9d8c commit 5492cd7

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)