cuba-bin 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cuba/bin/unicorn.conf.rb +1 -1
- data/lib/cuba/bin.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: c4fe609d5f950f480489f5f6325f8b33a6b687db
|
4
|
+
data.tar.gz: e686dba4ce27e60594116295868840966ffcd424
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf3608cd0c1c111364d164b26a7c85ce55342541189f5d9a06c7cf2b34925873a4a6f47c25580b6a0f2859aad0d0153974baf88b1729d82d5108809eda6f4cc0
|
7
|
+
data.tar.gz: c4516fa6331ecada60431c06285aa391cc37f8ae043b401ed84ff3962200ecce9c51dbef7553cd2154d7a08c117d49cc01d9f5e15ace44d04000bc354e88a3ad
|
@@ -4,7 +4,7 @@ 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
|
6
6
|
# http://rubyenterpriseedition.com/faq.html#adapt_apps_for_cow
|
7
|
-
preload_app true
|
7
|
+
# preload_app true
|
8
8
|
GC.respond_to?(:copy_on_write_friendly=) and
|
9
9
|
GC.copy_on_write_friendly = true
|
10
10
|
|
data/lib/cuba/bin.rb
CHANGED