Skip to content

Commit 2db101e

Browse files
setting fixed pool size to 100 to increase TPS
1 parent 324a35a commit 2db101e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
akka {
2+
actor {
3+
default-dispatcher {
4+
type = Dispatcher
5+
executor = "thread-pool-executor"
6+
thread-pool-executor {
7+
fixed-pool-size = 100
8+
}
9+
throughput = 1
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)