• Resolved ninasaether

    (@ninasaether)


    Still trying to reduce bloat in tha aiwps database. This time it´s the aiowps_message_store that keeps growing. The price we pay for the database pr. month has increased from 39NOK to 199NOK due to bloating db.

    Is there a way to reduce the size of the aiowps_message_store table? At the time of this writing it has reached over 103 Mb.

    Regards
    Nina

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @ninasaether

    That table is for the firewall debug log. we are working right now on this to prevent it. As a temporary solution for the below file.

    wp-content\plugins\all-in-one-wp-security-and-firewall\classes\firewall\libs\wp-security-firewall-debug.php

    line 30 code change it from

    if (!$aiowps_constants->AIOS_FIREWALL_DEBUG && 'rule_triggered' !== $event) return;

    to below mentioned it will stop adding to that table.

    return;

    Our upcoming release will not have this issue.

    Regards

Viewing 1 replies (of 1 total)

The topic ‘aiowps_message_store table’ is closed to new replies.