<?xml version="1.0" encoding="UTF-8"?>
<deegreeWPS xmlns="http://www.deegree.org/services/wps" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.deegree.org/services/wps https://schemas.deegree.org/core/3.6/services/wps/wps_configuration.xsd">

  <SupportedVersions>
    <Version>1.0.0</Version>
  </SupportedVersions>

  <DefaultExecutionManager>

    <!-- Directory for storing outputs, response documents and embedded complex inputs -->
    <StorageDir>../var/wps/</StorageDir>

    <!-- Number of executions to be tracked -->
    <TrackedExecutions>1000</TrackedExecutions>

    <!-- Each embedded complex input (in an Execute request) is stored temporarily. Limit in bytes, before input is flushed 
      to disk. -->
    <InputDiskSwitchLimit>1048576</InputDiskSwitchLimit>
  </DefaultExecutionManager>

</deegreeWPS>
