fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 587 B View raw
1{ 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "$ref": "#/definitions/LeastRequestLocalityLoadBalancingPolicyConfig", 4 "definitions": { 5 "LeastRequestLocalityLoadBalancingPolicyConfig": { 6 "properties": { 7 "choiceCount": { 8 "type": "string" 9 } 10 }, 11 "additionalProperties": true, 12 "type": "object", 13 "title": "Least Request Locality Load Balancing Policy Config", 14 "description": "Configuration for the least_request LB policy." 15 } 16 } 17}