Changeset 153 for trunk/etc/c2s.xml.dist.in
- Timestamp:
- 09/04/07 14:07:57 (20 months ago)
- Files:
-
- 1 modified
-
trunk/etc/c2s.xml.dist.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/etc/c2s.xml.dist.in
r144 r153 388 388 </pipe> 389 389 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 390 404 </authreg> 391 405
