Skip to content

Commit 0a0c85f

Browse files
committed
bindLimit 100
1 parent 019ec44 commit 0a0c85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IcedTasks/Trampoline.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type Trampoline private () =
5252

5353
module BindContext =
5454
[<Literal>]
55-
let bindLimit = 300
55+
let bindLimit = 100
5656

5757
let bindCount = new ThreadLocal<int>()
5858
let isBind = new ThreadLocal<bool>()

0 commit comments

Comments
 (0)