bosh max-inactivity in init.properties
Submitted by dayu on Sun, 2010-01-31 22:20
I need to change the bosh max-inactivity default value. It works fine to edit tigase.xml directly and restart tigase. However, if I add one line "bosh/max-inactivity=60" in the init.properties, remove tigase.xml, and restart tigase, bosh will not work at all.
What's the correct syntax to do that? Thank you.
- 366 reads
Printer-friendly version- Send to friend






Thank you very much. That
Thank you very much. That resolves the problem.
This is because, I guess, you
This is because, I guess, you forgotten to specify parameter type in the
init.propertisfile. Please have a look at the beginning of the online guide http://www.tigase.org/content/initproperties for theinit.propertie. It describes how to specify parameter type.max-inactivityis long value so I think your line in the config file should look like this:Post new comment