~codygarver/cerbere/fix-993044

« back to all changes in this revision

Viewing changes to org.pantheon.cerbere.gschema.xml

  • Committer: Victor Eduardo
  • Date: 2012-06-14 22:29:17 UTC
  • Revision ID: victoreduardm@gmail.com-20120614222917-g3c4zgv10ruc9h6i
Change crash-time-interval from 10 secs to 3.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
            <description>Maximum consecutive crashes permitted. Cerbere will stop trying after this value is reached.</description>
13
13
        </key>
14
14
        <key type="u" name="crash-time-interval">
15
 
            <default>10000</default>
 
15
            <default>3500</default>
16
16
            <summary>Time in which a process is considered crashed (in milliseconds, 1/1000ths of a second)</summary>
17
17
            <description>If a process is started, and then it exits in less time than the value of this key, it is considered crashed.</description>
18
18
        </key>
19
 
        </schema>
 
19
    </schema>
20
20
</schemalist>