Edgewall Software

Changes between Version 46 and Version 47 of TracModWSGI


Ignore:
Timestamp:
Mar 12, 2012, 8:07:26 PM (12 years ago)
Author:
anonymous
Comment:

added MySQL poolable configuration

Legend:

Unmodified
Added
Removed
Modified
  • TracModWSGI

    v46 v47  
    391391}}}
    392392
     393or
     394
     395{{{
     396import trac.db.mysql_backend
     397trac.db.mysql_backend.MySQLConnection.poolable = False
     398}}}
     399
    393400Now Trac drops the connection after serving a page and the connection count on the database will be kept minimal.
    394401