From 7346fb97ccf59096734759dc0675b13e4e73963f Mon Sep 17 00:00:00 2001 From: carbotaniuman <41451839+carbotaniuman@users.noreply.github.com> Date: Tue, 26 Jan 2021 15:09:11 -0600 Subject: [PATCH] Remove `threads` in sample --- settings.sample.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/settings.sample.yaml b/settings.sample.yaml index b21b809..e52ddbe 100644 --- a/settings.sample.yaml +++ b/settings.sample.yaml @@ -69,6 +69,3 @@ server_settings: # Maximum mebibytes per hour of images to server # Setting this to 0 disables the limiter max_mebibytes_per_hour: 0 - # Number of threads for Netty worker pool - # Scale this according to your CPU cores - threads: 16