admiral504
admiral504
 The result show me 200%, 400% @@
I recently came across the [following ModSecurity rule](https://stackoverflow.com/questions/53620557/modsecurity-apache-how-to-limit-access-rate-by-header) intended to limit client hits by user agent: ```# Limit client hits by user agent SecRule REQUEST_HEADERS:User-Agent "@pm facebookexternalhit" \ "id:400009,phase:2,nolog,pass,setvar:global.ratelimit_facebookexternalhit=+1,expirevar:global.ratelimit_facebookexternalhit=3" SecRule...
I'm using the plugin to generate audio files from a text-to-speech API. However, OBS seems to cache the old audio file, causing it to play the first few seconds of...