Unfortunately, in that version, you have to change it in one file. In 2.1, it's in the template. But it's a tiny change.
In lib/js/acarsmap.js, this line:
setInterval(function () { liveRefresh(); }, 6000);
Change the 6000 to the number of second to refresh. It's in milliseconds.