Reworked AboutDialog.
[demorecorder] / src / SettingsStructures.vala
index 1b67831..1df4800 100644 (file)
@@ -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;