pelle / oauth-plugin

Rails plugin for OAuth
http://stakeventures.com/articles/2009/07/21/consuming-oauth-intelligently-in-rails
MIT License
715 stars 215 forks source link

oauth_nonces table in our project became pretty big (22 million records) #115

Closed a-chernykh closed 12 years ago

a-chernykh commented 12 years ago

I am wondering if it's safe to delete some data or even truncate all records?

a-chernykh commented 12 years ago

I am answering on my own question: yes, it's safe. just truncated this table and configured regular automatic truncation.

oauth-plugin saves oauth_nonces in order to not allow the same request to be executed for the second time.