~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/replication/slon_ctl.py

[r=stub][no-qa] Report outage time of fastdowntime deploy and
 increase responsiveness of staging slony

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
        log.debug("Logging to %s" % logfile)
105
105
        log.debug("PID file %s" % pidfile)
106
106
        # Hard code suitable command line arguments for development.
107
 
        slon_args = "-d 2 -s 2000 -t 10000"
 
107
        slon_args = "-d 2 -s 500 -t 2500"
108
108
        if lag is not None:
109
109
            slon_args = "%s -l '%s'" % (slon_args, lag)
110
110
        cmd = [