GitMonitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:29:16 +0000 (21:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:29:16 +0000 (21:29 +0800)
GitMonitor.vala

index 553af80..629f707 100644 (file)
@@ -184,7 +184,7 @@ public class GitMonitor : Monitor
             
             //print("LAST RUN?" + last);
             
-            if (last < 5 * TimeSpan.SECOND) { // wait 1/2 a seconnd before running.
+            if (last < 5 * TimeSpan.SECOND) { // wait 5 seconds before running. ????
                 return true;
             }
             //_this.lastAdd = new Date();