hellozedan / node-xmpp-bosh

Automatically exported from code.google.com/p/node-xmpp-bosh
0 stars 0 forks source link

Change config. vars #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Change the names of config. vars according to the discussion (and conclusion) 
on this page: 
http://dhruvbird.blogspot.com/2011/06/plea-to-all-software-developers-use.html

More specifically, this is the estimated impact:

* max_data_held_bytes -> max_data_held
* max_xmpp_buffer_bytes -> max_xmpp_buffer_size
* default_inactivity_sec -> default_inactivity
* max_inactivity_sec -> max_inactivity

Hence forth, all sizes are in bytes and intervals (or time related values) are 
in second.

Original issue reported on code.google.com by dhruvb...@gmail.com on 11 Jun 2011 at 5:46

GoogleCodeExporter commented 8 years ago
Commit #323 fixes this

Original comment by dhruvb...@gmail.com on 11 Jun 2011 at 6:20