Skip to content

tcWebHooksPlugin 1.1-alpha10.157.147

Pre-release
Pre-release
Compare
Choose a tag to compare
@netwolfuk netwolfuk released this 25 May 13:59
  • Bug fix for HTTP time-outs defaulting to infinity. Now set to 120 seconds
    Timeouts can be changed by editing main-config.xml and adding a section similar to the following:
  <webhooks>
	<http-timeout connect="10" response="10" />
  </webhooks>