We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Bandwidth requirement and chat delay question | Forum

Topic location: Forum home » Support » General Questions
Max
Max May 9 '13
Hey all,

I would like to know if Oxwall require a big bandwith. I know it depends of the total amount of users but if you can share your own experience it will be very appreciated.

Second question :

In the 1.52 version you have an instant messenger chat but i think the delay time between 2 messages is a bit high (something like 3 or 4 seconds). I mean if i send a message at 0 time, the other man get it at 0+4seconds.

Is it possible to reduce the value ? If yes, where can i find that ?

Thx in adv
Alia Team
Alia May 13 '13
Max,

Regarding your second question, possible.
Right now chat pings server every 5 seconds.
You can change this  in ow_plugins/ajaxim/static/js/ajaxim.js  ( note time is in milliseconds).

   this.pingTimeout = 5000;