We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019ec44 commit 0a0c85fCopy full SHA for 0a0c85f
src/IcedTasks/Trampoline.fs
@@ -52,7 +52,7 @@ type Trampoline private () =
52
53
module BindContext =
54
[<Literal>]
55
- let bindLimit = 300
+ let bindLimit = 100
56
57
let bindCount = new ThreadLocal<int>()
58
let isBind = new ThreadLocal<bool>()
0 commit comments