Ignore:
Timestamp:
2008/04/04 15:10:25 (16 years ago)
Author:
satou
Message:

set PEAR_DB_PERSISTENT by shutta (merge r17153)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/mtb_constants_init.php

    r17145 r17205  
    7474/** PEAR::DBのデバッグモード */ 
    7575define('PEAR_DB_DEBUG', 9); 
     76/** PEAR::DBの持続的接続オプション */ 
     77define('PEAR_DB_PERSISTENT', false); 
    7678/** バッチを実行する最短の間隔(秒) */ 
    7779define('LOAD_BATCH_PASS', 3600); 
Note: See TracChangeset for help on using the changeset viewer.