geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
178 stars 117 forks source link

Limit to size of request/response stored in the database #506

Open huard opened 4 years ago

huard commented 4 years ago

Description

We've had issues in the past where the request/response database filled-up because requests/responses embedded data (instead of passing links to data).

A use case is sending a file sitting on my local computer for processing by a remote WPS server.