Currently this module stores the settings for each user in the {variables} table. This table is meant for persistent variables needed for each request. Also, storing per user settings can bloat this table if a site has lots of users.

Comments

recrit’s picture

Status: Active » Needs review
StatusFileSize
new3.54 KB

attached is a patch that moves the storing of user settings from the {variable} table to the {user} table.