Re: Expiry problem

2008-01-24 Thread Steven Stern
Michael Parker wrote: On Jan 23, 2008, at 9:54 PM, Steven Stern wrote: It's finally started to remove tokens, so I think I'm OK. We use SQL bayes, so it was an easy matter to use ~ delete from bayes_token where atime > UNIX_TIMESTAMP(); to clean up the stuff from the future. But now yo

Re: Expiry problem

2008-01-24 Thread Michael Parker
On Jan 23, 2008, at 9:54 PM, Steven Stern wrote: It's finally started to remove tokens, so I think I'm OK. We use SQL bayes, so it was an easy matter to use ~ delete from bayes_token where atime > UNIX_TIMESTAMP(); to clean up the stuff from the future. But now your bayes_vars table is

Re: Expiry problem

2008-01-23 Thread Steven Stern
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/23/2008 07:35 PM, Matt Kettler wrote: | Steven Stern wrote: |> We had a server go crazy last night and reset its date into August of |> 2277. In any case, we've resolved that, but now I can't get bayes to |> expire. |> |> After the clocks was c

Re: Expiry problem

2008-01-23 Thread Matt Kettler
Steven Stern wrote: We had a server go crazy last night and reset its date into August of 2277. In any case, we've resolved that, but now I can't get bayes to expire. After the clocks was correctly set, I deleted all tokens that had a lastupdate in the future, and also removed similar bayes_