lib/generators/umlaut/install_generator.rb in umlaut-3.0.0alpha13 vs lib/generators/umlaut/install_generator.rb in umlaut-3.0.0alpha14
- old
+ new
@@ -34,19 +34,20 @@
#
# UMLAUT: mysql db with mysql2 adapter strongly recommended for Umlaut, in both
# production and development. sqlite3 has unclear semantics under threaded
# concurrency which umlaut uses, and in many cases simply does not work.
#
-# A high (connection) pool setting is also, sadly, generally
-# required at present.
+# A higher pool size than ordinary is recommended because of umlaut's
+# use of concurrency. Perhaps as large as the number of services
+# you have configured to run in the same wave, plus another few.
#
# development:
# adapter: mysql2
# host:
# username:
# password:
# database:
-# pool: 30
+# pool: 15
eos
end
append_to_file("config/database.yml") do
<<-eos