From 4840e1d8d1f4a0054eb129b34446cc7ccfd971ee Mon Sep 17 00:00:00 2001 From: vince94 <12562322+vince94@users.noreply.github.com> Date: Wed, 11 Sep 2019 15:09:52 -0400 Subject: [PATCH 1/2] Improve the Bad Dudes image Shoutouts to https://deathgenerator.com/#baddudes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fb46095..880babb4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Neocities can be quickly launched in development mode with [Vagrant](https://www vagrant up --provision ``` -![Vagrant takes a while, make a pizza while waiting](http://i.imgur.com/vfIJPXP.png) +![Vagrant takes a while, make a pizza while waiting](https://i.imgur.com/dKa8LUs.png) ``` vagrant ssh From f496613c41b035ac73e8fe96b3b73dd10ffc68a9 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Fri, 20 Sep 2019 01:39:33 +0000 Subject: [PATCH 2/2] Set to lower thread pool size to handle heavy load better --- puma_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puma_config.rb b/puma_config.rb index 72a18455..3671990e 100644 --- a/puma_config.rb +++ b/puma_config.rb @@ -1,6 +1,6 @@ require 'facter' -#threads 1, 1 +threads 5, 5 environment 'production' #daemonize pidfile '/var/run/neocities/neocities.pid'