Skip to content

v0.19.0

Compare
Choose a tag to compare
@manatlan manatlan released this 10 Oct 05:55
· 74 commits to master since this release

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: v0.18.1...v0.19.0