deliciousbrains / better-search-replace

A simple plugin for updating URLs or other text in a database.
https://bettersearchreplace.com
GNU General Public License v3.0
86 stars 36 forks source link

BSR don't work on servers using mod_evasive #50

Open MarceloPedra opened 5 years ago

MarceloPedra commented 5 years ago

Hey guys, I found today that your plugin do such a number of queries to perform replace, that servers using mod_evasive may end up halting the execution, resulting in the plugin being unable to complete the operation.

To override this issue, you should add to the Settings page an option to add a delay between each request. Values should vary between 0 seconds (default behviour, no delay), and 10 seconds of delay. That will suffice to workaround the issue.

Hope you can add this. Best regards