Skip to content

Commit

Permalink
Increase limit on number of BGPaaS sessions
Browse files Browse the repository at this point in the history
Change-Id: I7c1e7eb203896cb4808ddbb3bd284e59e2a67ef8
Closes-Bug: 1596980
(cherry picked from commit 280cc2ebc292b3c7a2ad3ed8c9f1d422192a76f7)
  • Loading branch information
Sachin Bansal committed Sep 17, 2016
1 parent def2c7b commit a5d5cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/schema-transformer/to_bgp.py
Expand Up @@ -665,7 +665,7 @@ def parse_args(args_str):
'logger_class': None,
'sandesh_send_rate_limit': SandeshSystem.get_sandesh_send_rate_limit(),
'bgpaas_port_start': 50000,
'bgpaas_port_end': 50256,
'bgpaas_port_end': 50512,
'rabbit_use_ssl': False,
'kombu_ssl_version': '',
'kombu_ssl_keyfile': '',
Expand Down

0 comments on commit a5d5cba

Please sign in to comment.