X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=index.js;h=4ed609917e9d53d7c749a8b9faf0dde00c2d8a53;hb=37ec33ce56462845f511185836b8d3e33cacd321;hp=bfa6d8a1b76342d9a33e8a5469b2ce8523fd1435;hpb=30a68209fbec7fc6a0b7aed1e9a5d277d9424e11;p=zombocom-ai diff --git a/index.js b/index.js index bfa6d8a..4ed6099 100644 --- a/index.js +++ b/index.js @@ -175,7 +175,7 @@ function emit_bus_timer() { function start_bus_timer() { const bus = state.bus; - bus.timer = 3; // XXX: 30 in production + bus.timer = 30; emit_bus_timer(); bus_interval = setInterval(emit_bus_timer, 1000); }