- Issue created by @vaish
Crawler rate limit module currently requires backend to be configured before rate-limiting can be used. Until user enters module configuration into the settings.php
file, rate-limiting is disabled. It would be nice if we could detect if APCu is enabled and configure it for bot rate-limiting as soon as the module is installed.
When module is installed, check if APCu extension is enabled. If APCu is detected and no settings are provided in the settings.php, enable bot rate-limiting with sensible default values for number of requests allowed in the given time interval. Once the user adds module configuration to the settings.php those settings take precedence and override defaults.
Work out the details and provide patch.
None.
None.
None.
Active
3.0
Code