source: cats/ISOcat/trunk/mod-ISOcat-access-data/access/dm_administration_statuses.acc @ 2686

Last change on this file since 2686 was 2686, checked in by mwindhouwer, 11 years ago

Fixed the throtteling:

  • all SQL request go through the ISOcat.database throttle (settings in the ISOcat config), also the indirect DBX ones
  • big (more then 100 DCs) DCS to DCIF go through the big-dcif throttle (hardcoded settings)
File size: 603 bytes
Line 
1<accessor debug="false">
2        <name>ISOcat.access.data.dm.administration-statuses</name>
3        <descr>Get the administration statuses enum.</descr>
4        <idoc>
5                <instr>
6                        <type>isocat.sloot.dbx</type>
7                        <operator>ffcpl:/dbx/administration-statuses.xml</operator>
8                        <debug>var:accessor-debug</debug>
9                        <target>this:response</target>
10                </instr>
11        </idoc>
12        <exception>
13                <debug/>
14                <trace>ffcpl:/trace/dm.administration-statuses.exception.xml</trace>
15                <throw/>
16        </exception>
17        <response>
18                <debug>ffcpl:/trace/dm.administration-statuses.response.xml</debug>
19                <mime>application/xml</mime>
20        </response>
21</accessor>
22
Note: See TracBrowser for help on using the repository browser.