aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-11-04 03:01:34 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-11-04 03:01:34 +0100
commitdf31b49db4a101f131849e034c4a6330424fe7a8 (patch)
tree12723ebdcca6fc2c38fd585a11451cec77997797
parentadd debug option and set the grid size to 30x30 (diff)
downloadglouglou-df31b49db4a101f131849e034c4a6330424fe7a8.tar.xz
glouglou-df31b49db4a101f131849e034c4a6330424fe7a8.zip
update the background every 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 be56255..34d26fe 100644
--- a/data/elife.edc
+++ b/data/elife.edc
@@ -9,7 +9,7 @@ collections {
script {
public clock_cb(unused) {
emit("elife:refresh", "☃");
- timer(30, "clock_cb", 1);
+ timer(1, "clock_cb", 1);
}
}