• Resolved macbook71

    (@macbook71)


    Hi,

    We are trying to reduce the bloat of the aiwps database. This time it’s aiowps_message_store that continues to grow. Is there a way to reduce the size of the aiowps_message_store table? At the time of writing, this figure reached over 20,000 rows, which corresponds to 1/3 of the total database weight

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @@macbook71

    You may remove old entires directly using phpMyAdmin accessing database.

    As a temporary solution for 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 to

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

    below mentioned it will stop recording message.

    return;

    Regards

    Thread Starter macbook71

    (@macbook71)

    Ok. Thanks !

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @macbook71

    Hope it solved the issue, I am resolving this ticket for now if still any issue let us know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘aiowps_message_store table’ is closed to new replies.