Show More
@@ -786,7 +786,7 b' class LoadBalancedView(View):' | |||
|
786 | 786 | |
|
787 | 787 | or targets can be specified, to restrict the potential destinations: |
|
788 | 788 | |
|
789 |
>>> v = client.client.load_balanced_view( |
|
|
789 | >>> v = client.client.load_balanced_view([1,3]) | |
|
790 | 790 | |
|
791 | 791 | which would restrict loadbalancing to between engines 1 and 3. |
|
792 | 792 |
General Comments 0
You need to be logged in to leave comments.
Login now