El 18/05/10 16:58, Ronie Gilberto Henrich escribió:
Hi,
Is it possible to configure capistrano to limit the number of SSH
channels that can be open to 1, so it does not use ssh connection
multiplexing?
Thanks,
Ronie
Hi Ronie,
I guess you can use max_hosts option.
For example:
task :foo, :max_hosts => 1 do
#do some stuff
end
Good night
--
Rafa
--
* You received this message because you are subscribed to the Google Groups
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/capistrano?hl=en