Configurable and larger max message size (#146)
authorCory Johns <johnsca@gmail.com>
Thu, 15 Jun 2017 15:55:24 +0000 (11:55 -0400)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2017 15:55:24 +0000 (11:55 -0400)
commit7dd0c1586fa760fbdf8a3195d67596bd6b26b10d
tree0a6221682799505767e2764f53d793a6e16464c3
parent13d73a3515008c5797f83bcaef0adfb6627395d3
Configurable and larger max message size (#146)

The default max message / frame size for the websocket library is 1MB.
However, the initial AllWatcher response for large models can exceed
that.  Increased the default to 4MB and made it configurable.

Fixes #136
juju/client/connection.py
juju/controller.py
juju/model.py
tox.ini