osquery / osquery-go

Go bindings for osquery
MIT License
388 stars 79 forks source link

Add `ExtensionManagerServer` option to set the thrift `ServerConnectivityCheckInterval` #104

Closed seejdev closed 1 year ago

seejdev commented 1 year ago

This change allows Thrift's ServerConnectivityCheckInterval value to be controlled. By setting it to <=0, Thrift's server side connectivity checks are disabled.