Ignore:
Timestamp:
03/13/13 10:37:00 (11 years ago)
Author:
mwindhouwer
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-access-data/access/group_recommendation.acc

    r2288 r2686  
    4141                        <cond>
    4242                                <instr>
    43                                         <type>sqlBooleanQuery</type>
     43                                        <type>isocat.sqlBooleanQuery</type>
    4444                                        <operand>var:sql</operand>
    4545                                        <target>this:cond</target>
     
    8181                                </accessor-debug>
    8282                                <instr>
    83                                         <type>sqlUpdate</type>
     83                                        <type>isocat.sqlUpdate</type>
    8484                                        <operand>var:sql</operand>
    8585                                        <target>var:res</target>
Note: See TracChangeset for help on using the changeset viewer.