summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2018-05-19 12:15:20 -0400
committerLogan Fick <logaldeveloper@protonmail.com>2018-05-19 12:15:20 -0400
commit8e534e3330e1c4cd8a0c3d8d3ec732eec5fbd202 (patch)
treee1d399e7ab425223d92639e6341674cf053c0f8c /config
parent0d9663e70b4871a3cceee33a0a83bd06bca8dd44 (diff)
Switched to using Puma as the app server.
Diffstat (limited to 'config')
-rw-r--r--config/puma.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/puma.rb b/config/puma.rb
new file mode 100644
index 0000000..8e0624c
--- /dev/null
+++ b/config/puma.rb
@@ -0,0 +1,4 @@
+workers = 2
+threads 2, 4
+
+preload_app!