You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am mocking some saloon requests and for those I don't want the rate limit to be applied. My first idea was to create something like this in my connector:
public function __construct() {
$this->rateLimitingEnabled = !app()->environment('testing');
}
Is that something you'd recommend or is there a better way?
The text was updated successfully, but these errors were encountered:
Hi there,
I am mocking some saloon requests and for those I don't want the rate limit to be applied. My first idea was to create something like this in my connector:
Is that something you'd recommend or is there a better way?
The text was updated successfully, but these errors were encountered: