ovsdb: Raise the jsonrpc server session limit
authorAndy Zhou <azhou@nicira.com>
Tue, 24 Feb 2015 07:20:17 +0000 (23:20 -0800)
committerAndy Zhou <azhou@nicira.com>
Tue, 24 Feb 2015 18:41:58 +0000 (10:41 -0800)
commitbbc45f03d93ad85a0a84c8e3741a94e8a6d2f75e
treecee4e0eaad6ee8b596fc4a774e3afa1fa4940a99
parent04abfbe727fa60756bf3f3da2fac57b7222b6d3f
ovsdb: Raise the jsonrpc server session limit

Raise the connection limit to allow larger number of concurrent
ovsdb-server connections. Note, ovsdb-server may not perform well
at the new limit. It is rather a prelude to further scaling tests and
optimizations.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ovsdb/jsonrpc-server.c