aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-11-30 16:24:49 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-11-30 16:24:49 +0100
commitfe0df0cd3b0af03ac248d406b47c34ec7fca2ec2 (patch)
tree27bbd07aecbdb1fb350a10691c98c71035ce57ca
parentwhen injecting pattern, do not erase living cells (diff)
downloadglouglou-fe0df0cd3b0af03ac248d406b47c34ec7fca2ec2.tar.xz
glouglou-fe0df0cd3b0af03ac248d406b47c34ec7fca2ec2.zip
reduce the timer to update background every half second
-rw-r--r--data/elife.edc2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/elife.edc b/data/elife.edc
index d8f1a65..69df75c 100644
--- a/data/elife.edc
+++ b/data/elife.edc
@@ -9,7 +9,7 @@ collections {
script {
public clock_cb(unused) {
emit("elife:refresh", "☃");
- timer(0.8, "clock_cb", 1);
+ timer(0.5, "clock_cb", 1);
}
}