mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
little error fix
This commit is contained in:
parent
b018dfa567
commit
c876789420
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ Other modes for parallelism include:
|
|||
|
||||
{% highlight ruby %}
|
||||
# Capistrano 3.0.x
|
||||
on :all, in: :groups, max: 3, wait: 5 do
|
||||
on :all, in: :groups, limit: 3, wait: 5 do
|
||||
# Take all servers, in groups of three which execute in parallel
|
||||
# wait five seconds between groups of servers.
|
||||
# This is perfect for rolling restarts
|
||||
|
|
Loading…
Reference in a new issue