NASAWorldWind / WorldWindServerKit

The NASA WorldWind Server Kit (WWSK) is an open source Java project that assembles GeoServer for easy distribution and implementation.
93 stars 54 forks source link

Increase the WPS Resource Expiration Timeout #100

Open emxsys opened 7 years ago

emxsys commented 7 years ago

The default Resource Expiration Timeout for the WPS service is 300 seconds (5 minutes). This time period is too short: there may be a high cost for loosing a resource from lengthy WPS execution by not replying quickly enough. For example, when exporting a GeoPackage. This value should be increased to 1 hour (at least).

To see/change this value in in the web administration interface, see: Services > WPS > Resource Settings

Related: Export layer to GeoPackage #82