The textcaptcha module currently caches questions and answers in the database. With no cleanup cron job the storage tables have the potential to become enormous.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | textcaptcha-trim-on-cron-2374015-1.patch | 3.54 KB | orbmantell |
The textcaptcha module currently caches questions and answers in the database. With no cleanup cron job the storage tables have the potential to become enormous.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | textcaptcha-trim-on-cron-2374015-1.patch | 3.54 KB | orbmantell |
Comments
Comment #1
orbmantell commentedThis patch relies on the patch at https://www.drupal.org/node/2279207 having been applied first.
Comment #2
tomogden commentedI have tested this patch, and it does exactly what it says.
Comment #3
orbmantell commentedI have forked this module and applied the patch at https://github.com/ian-rose/textcaptcha/tree/7.x-1.x
Comment #6
bryanhirsch commentedThanks everyone! Merged and released with 6.x-1.3 and 7.x-1.4. Closing fixed.
Comment #7
bryanhirsch commented