~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/config/schema-lazr.conf

  • Committer: Stuart Bishop
  • Date: 2011-11-14 07:51:26 UTC
  • mfrom: (14291 devel)
  • mto: This revision was merged to the branch mainline in revision 14299.
  • Revision ID: stuart.bishop@canonical.com-20111114075126-8jhoq57i2qphmch1
Merged rocketfuel into trivial.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1382
1382
# datatype: integer
1383
1383
xmlrpc_runner_sleep: 10
1384
1384
 
 
1385
# Socket timeout on XML-RPC connections made by Mailman.
 
1386
# This should at least be higher than the LP request timeout.
1385
1387
# datatype: integer
1386
 
xmlrpc_timeout: 5
 
1388
xmlrpc_timeout: 10
1387
1389
 
1388
1390
# How often do we run the bounce processor?  For production, the default 15
1389
1391
# minutes is fine, for testing we want to run it more often.
1394
1396
# datatype: string
1395
1397
smtp: localhost:25
1396
1398
 
 
1399
# Ceiling on the number of recipients that can be specified in a single SMTP
 
1400
# transaction.  Set to 0 to submit the entire recipient list in one
 
1401
# transaction.
 
1402
# WARNING: Make sure that this matches the limits on the SMTP host!
 
1403
# datatype: integer
 
1404
smtp_max_rcpts: 50
 
1405
 
 
1406
# Ceiling on the number of SMTP sessions to perform on a single socket
 
1407
# connection.
 
1408
# WARNING: Make sure that this matches the limits on the SMTP host!
 
1409
# datatype: integer
 
1410
smtp_max_sesions_per_connection: 200
 
1411
 
1397
1412
# The list owner header is a template URL that may contain
1398
1413
# $team_name in it.
1399
1414
# datatype: string