cuba-bin 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/cuba +1 -1
- data/lib/cuba/bin.rb +1 -1
- data/lib/cuba/bin/unicorn.conf.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75eea8179e133e36a8e5feed24e753db2be3658e
|
|
4
|
+
data.tar.gz: 344ab6fc1bc2a86ee5a59a9499f8f2e94f82253f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99fc7c31d2e7ff2e2448c6cb0605c0043ca0267f6c7a28c881e9b3282982d5fe14d9294fb19e2ae6b40fe178725750b2a5d36e61c73821ddabed050c46293794
|
|
7
|
+
data.tar.gz: 63e6d5a105adbeb783d78150c8be434edc731bee23037b9ea64dc98e8138e8aadfe74181491b7ac957606636788102189f1a1c4024c151e7ea984cfbab62287d
|
data/bin/cuba
CHANGED
data/lib/cuba/bin.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
worker_processes Integer(ENV["CUBA_BIN_WORKERS"] || 2)
|
|
2
|
-
timeout Integer(ENV['CUBA_BIN_TIMEOUT'] ||
|
|
2
|
+
timeout Integer(ENV['CUBA_BIN_TIMEOUT'] || 15)
|
|
3
3
|
listen Integer(ENV['CUBA_BIN_PORT'] || 8080)
|
|
4
4
|
|
|
5
5
|
# combine Ruby 2.0.0dev or REE with "preload_app true" for memory savings
|