##// END OF EJS Templates
Merge pull request #8060 from yuvallanger/patch-1...
Min RK -
r20716:d729e736 merge
parent child Browse files
Show More
@@ -855,7 +855,7 b' class LoadBalancedView(View):'
855
855
856 or targets can be specified, to restrict the potential destinations:
856 or targets can be specified, to restrict the potential destinations:
857
857
858 >>> v = client.client.load_balanced_view([1,3])
858 >>> v = client.load_balanced_view([1,3])
859
859
860 which would restrict loadbalancing to between engines 1 and 3.
860 which would restrict loadbalancing to between engines 1 and 3.
861
861
General Comments 0
You need to be logged in to leave comments. Login now