diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-29 22:56:37 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-29 22:56:37 +0100 |
commit | 80c8aefde9558bd6350153120ebdac66c9255772 (patch) | |
tree | dc135c61b9e501941f46e3da5b46cae33478d83d /config/puma.rb | |
parent | a43878350379899721fcb94677184646d9d1e115 (diff) | |
download | incommon-map-80c8aefde9558bd6350153120ebdac66c9255772.tar.gz |
REUSE: Add MIT to original Rails files
Diffstat (limited to 'config/puma.rb')
-rw-r--r-- | config/puma.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/puma.rb b/config/puma.rb index 98bdd50..8879c35 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2004-2020 David Heinemeier Hansson +# SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc> +# SPDX-License-Identifier: MIT + # Puma can serve each request in a thread from an internal thread pool. # The `threads` method setting takes two numbers: a minimum and maximum. # Any libraries that use thread pools should be configured to match |