Show
Ignore:
Timestamp:
09/04/07 14:07:57 (20 months ago)
Author:
smoku
Message:

Integrated full SQLite3 support for SM by Reinhard Max. Closes #43

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/etc/c2s.xml.dist.in

    r144 r153  
    388388    </pipe> 
    389389 
     390    <!-- SQLite driver configuration --> 
     391    <sqlite> 
     392      <!-- Database name --> 
     393      <dbname>@localstatedir@/jabberd/db/sqlite.db</dbname> 
     394 
     395      <!-- Transacation support. If this is commented out, transactions 
     396           will be disabled. This might make database accesses faster, 
     397           but data may be lost if jabberd crashes. --> 
     398      <transactions/> 
     399 
     400      <!-- SQLite busy-timeout in milliseconds. --> 
     401      <busy-timeout>2000</busy-timeout> 
     402    </sqlite> 
     403 
    390404  </authreg> 
    391405