diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-02-25 22:08:51 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-02-25 22:11:22 +0000 |
commit | 26f9cb8e66e836607851aab623223aef478f3b27 (patch) | |
tree | 3e2c5449c8a7a80b912641da1b144d5169aab912 /server/resources/application.conf | |
download | spacebeans-26f9cb8e66e836607851aab623223aef478f3b27.tar.gz spacebeans-26f9cb8e66e836607851aab623223aef478f3b27.zip |
Initial public dump
Diffstat (limited to 'server/resources/application.conf')
-rw-r--r-- | server/resources/application.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/server/resources/application.conf b/server/resources/application.conf new file mode 100644 index 0000000..d509a7d --- /dev/null +++ b/server/resources/application.conf @@ -0,0 +1,8 @@ +sb-blocking-dispatcher { + type = Dispatcher + executor = "thread-pool-executor" + thread-pool-executor { + fixed-pool-size = 16 + } + throughput = 1 +} |