The backup script on my WP breaks with "maximum execution time exceeded". In the error log I see that the timeout occurs at the table "wfHoover", which has 5,185,066 records - by far the largest number in the database. Is it really necessary to be that large, or can we maybe reduce it? I guess it also keeps the server quite busy to process these 5 mio rows. Thanks for your advice!
(Version of WF Security is 5.2.8)