Hi Curt -
High bandwidth usage could be the result of the interval between reservation desk refreshes. We have it set to check for new reservations every 10 seconds. I will make this a configurable option in the next revision. In the mean time, you can try to adjust this yourself by editing
[JOOMLA_ROOT]/components/com_tableboss/tpl/js/tb.mgr.js - line 473:
| Code: : |
...
this.interval = 10*1000; // 30 seconds
...
|
Ignore the "30 seconds" comment, as that is an old comment. You can adjust the "10" to be the number of seconds between updates.
Also, if the reservation desk is refreshed while holding the shift button, you may experience more bandwidth usage, as the images might be downloaded every time the desk is refreshed.
Hope this helps-
Mark