X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FSettingsStructures.vala;fp=src%2FSettingsStructures.vala;h=1df48002654ed7eb626945b9930a29fa17840879;hb=b5c2488dbc305bc58f545d0c62cecba64493cc8d;hp=1b6783131792a4fa04170fbf174bf9850949790f;hpb=ae504c0227cdc16f87935f7feb3ba2753909a5d5;p=demorecorder diff --git a/src/SettingsStructures.vala b/src/SettingsStructures.vala index 1b67831..1df4800 100644 --- a/src/SettingsStructures.vala +++ b/src/SettingsStructures.vala @@ -280,7 +280,7 @@ namespace IdWorks { public EchoSettings() { this.active = false; - this.max_delay = 1 * Time.Nanoseconds.SECOND; + this.max_delay = Time.Milliseconds.SECOND / 2; this.delay = 0; this.feedback = 0; this.intensity = 0;