new:
- time_inactivity (int, default is 0) can be specified in the AppServer constructor, or be overriden in its .handle(). when the process/instance has no activities after this time : it's suicide from itself. By default : it's 0 : so the process lives as long as the server lives (default behaviour of previous htagweb versions)
- add an UT for this
fix :
- time_interaction, defaulted to 60s (and should work has expected, now)
**Full Changelog**: https://github.com/manatlan/htagweb/compare/v0.18.1...v0.19.0