• Recyclart

    (@recyclart)


    Hi,
    Just to let you know that your plugin is continuously updating an option in the database, resulting in many many mySQL processes doing the exact same thing, here is the process:

    UPDATE wp_options SET option_value = ‘1’, autoload = ‘no’ WHERE option_name = ‘nxs_v4APIMn’

    I have tons of such processes in my database monitor and their all doing the same thing, updating the same option ‘nxs_v4APIMn’ with the same value ‘1’ & autoload.
    Is that normal?

Viewing 1 replies (of 1 total)
  • Plugin Author NextScripts

    (@nextscripts)

    Thanks for reporting. Will be fixed in the next release.

Viewing 1 replies (of 1 total)
  • The topic ‘Updating Option in Bdd over & over’ is closed to new replies.