Sjolus
Sjolus
See RasCarlito#243
https://github.com/RasCarlito/axios-cache-adapter/blob/master/src/response.js#L24 The else if here makes it so that if: * There is a cache control * There is **no** cache-control-max-age header * There is an Expires header The Expires...
Adjusts according to suggestions in #43 This fixed our issues as well so I thought we'd PR it.
Hi, I'm trying to write a config that queries a remote server for Windows Events. My config looks like this: ``` @type windows_eventlog2 @id windows_remote @log_level trace read_existing_events false read_interval...