1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-24 09:02:28 +00:00
senpy/senpy
drevicko 19d12a74cd use plug._plain_dict() before returning from analyse()
We're experiencing significant delays when we have large objects as plugin instance variables. This edit seems to fix the problem.

It looks like the plugin instance is passed (inside the response object) as-is to flask: perhaps flask is walking through it or duplicating it in memory or some such? Not sure...

There may be a better way?
2017-02-01 17:24:55 +00:00
..
plugins Improved request handling 2016-02-21 19:36:24 +01:00
schemas Improved request handling 2016-02-21 19:36:24 +01:00
static Fixed Playground 2016-02-22 15:51:54 +01:00
templates Fixed Playground 2016-02-22 15:51:54 +01:00
__init__.py Makefile for automated testing (no more drone) 2016-09-20 20:55:59 +02:00
__main__.py Added option to install dependencies in CLI 2016-09-21 20:27:30 +02:00
api.py Added CLI and refactored argument parsing 2016-03-02 05:07:48 +01:00
blueprints.py Added CLI and refactored argument parsing 2016-03-02 05:07:48 +01:00
cli.py Added CLI and refactored argument parsing 2016-03-02 05:07:48 +01:00
extensions.py use plug._plain_dict() before returning from analyse() 2017-02-01 17:24:55 +00:00
models.py Better makefile 2016-12-14 14:38:58 +01:00
plugins.py Bumped to 0.6.0 2016-09-21 19:00:20 +02:00
VERSION Added option to install dependencies in CLI 2016-09-21 20:27:30 +02:00