core-lightning/contrib/pylightning/lightning
Christian Decker 7314c71695 pylightning: Increase buffer size for big JSON-RPC responses
This was causing `listchannels` to be incredibly slow. The response is
several megabyte in size, and we were only buffering 1Kb on each
iteration.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-12-29 12:19:56 +01:00
..
__init__.py pylightning: Added a tiny library for python plugins 2018-12-15 15:04:32 +01:00
lightning.py pylightning: Increase buffer size for big JSON-RPC responses 2018-12-29 12:19:56 +01:00
plugin.py pylightning: Merge option_values into options 2018-12-15 15:04:32 +01:00